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:
232a915
)
Aus Debuggründen war $dbh->commit() auskommentiert, sodass Änderungen bei den Mahnung...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 30 May 2007 11:01:52 +0000
(11:01 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 30 May 2007 11:01:52 +0000
(11:01 +0000)
SL/DN.pm
patch
|
blob
|
history
diff --git
a/SL/DN.pm
b/SL/DN.pm
index
aa8c97c
..
65fab85
100644
(file)
--- a/
SL/DN.pm
+++ b/
SL/DN.pm
@@
-337,7
+337,7
@@
sub save_dunning {
$self->send_email($myconfig, $form, $dunning_id, $dbh);
}
-
#
$dbh->commit();
+ $dbh->commit();
$dbh->disconnect();
$main::lxdebug->leave_sub();