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:
8840bb0
)
Mahnungen: Beim Drucken Datums- und Zahlenformate von anderen Sprachen beachten
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 16 Dec 2013 16:25:49 +0000
(17:25 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 3 Apr 2014 12:19:50 +0000
(14:19 +0200)
SL/DN.pm
patch
|
blob
|
history
diff --git
a/SL/DN.pm
b/SL/DN.pm
index
39ea64b
..
1c0e095
100644
(file)
--- a/
SL/DN.pm
+++ b/
SL/DN.pm
@@
-875,6
+875,8
@@
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;