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:
edaf9f9
)
Druckvorlagen: Das aktuelle Datum in template_meta zur Verfügung gestellt.
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 10 Jan 2012 19:48:36 +0000
(20:48 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 10 Jan 2012 19:48:36 +0000
(20:48 +0100)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
dbefff3
..
e45faba
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-1584,6
+1584,7
@@
sub print_form {
media => $form->{media},
extension => $extension,
printer => SL::DB::Manager::Printer->find_by_or_create(id => $form->{printer_id}),
+ today => DateTime->today,
};
$form->parse_template(\%myconfig);