projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2d2a98
)
Notes darf beim Speichern einer Wiedervorlage gerne das bereits bestehende Datenbankh...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 1 Oct 2008 15:59:15 +0000
(15:59 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 1 Oct 2008 15:59:15 +0000
(15:59 +0000)
SL/FU.pm
patch
|
blob
|
history
diff --git
a/SL/FU.pm
b/SL/FU.pm
index
b8edf58
..
9f65198
100644
(file)
--- a/
SL/FU.pm
+++ b/
SL/FU.pm
@@
-36,7
+36,8
@@
sub save {
'trans_id' => $params{id},
'trans_module' => 'fu',
'subject' => $params{subject},
- 'body' => $params{body});
+ 'body' => $params{body},
+ 'dbh' => $dbh,);
$params{done} = 1 if (!defined $params{done});