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:
381f15f
)
debug statement entfernt
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 16 Dec 2013 16:45:52 +0000
(17:45 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 16 Dec 2013 16:45:52 +0000
(17:45 +0100)
SL/DN.pm
patch
|
blob
|
history
diff --git
a/SL/DN.pm
b/SL/DN.pm
index
3b7dc18
..
c38733e
100644
(file)
--- a/
SL/DN.pm
+++ b/
SL/DN.pm
@@
-872,8
+872,6
@@
sub print_dunning {
push @{ $form->{DUNNING_PDFS_EMAIL} }, { 'filename' => "${spool}/$filename",
'name' => "dunning_${dunning_id}.pdf" };
- $::lxdebug->dump(0, "form", $::form);
-
$form->parse_template($myconfig);
$dbh->disconnect() unless $provided_dbh;