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:
f8ee24d
)
Aus Debuggründen war's noch auskommentiert.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 10 Jul 2007 07:50:19 +0000
(07:50 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 10 Jul 2007 07:50:19 +0000
(07:50 +0000)
SL/DN.pm
patch
|
blob
|
history
diff --git
a/SL/DN.pm
b/SL/DN.pm
index
f8fd888
..
587379b
100644
(file)
--- a/
SL/DN.pm
+++ b/
SL/DN.pm
@@
-331,7
+331,7
@@
sub save_dunning {
$self->send_email($myconfig, $form, $dunning_id, $dbh);
}
-
#
$dbh->commit();
+ $dbh->commit();
$dbh->disconnect();
$main::lxdebug->leave_sub();