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:
32c9fad
)
debug statement entfernt
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 16 Dec 2013 16:45:52 +0000
(17:45 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 3 Apr 2014 12:20:28 +0000
(14:20 +0200)
SL/DN.pm
patch
|
blob
|
history
diff --git
a/SL/DN.pm
b/SL/DN.pm
index
1c0e095
..
39ea64b
100644
(file)
--- a/
SL/DN.pm
+++ b/
SL/DN.pm
@@
-875,8
+875,6
@@
sub print_dunning {
push @{ $form->{DUNNING_PDFS_EMAIL} }, { 'filename' => "${spool}/$filename",
'name' => $form->get_formname_translation('dunning') . "_${dunning_id}.pdf" };
- $::lxdebug->dump(0, "form", $::form);
-
$form->parse_template($myconfig);
$dbh->disconnect() unless $provided_dbh;