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:
274ef02
)
FIX falsche Vorlagen fuer Mahnungen
author
Holger Will
<holger@treebuilder.de>
Thu, 21 Feb 2008 09:43:10 +0000
(09:43 +0000)
committer
Holger Will
<holger@treebuilder.de>
Thu, 21 Feb 2008 09:43:10 +0000
(09:43 +0000)
SL/DN.pm
patch
|
blob
|
history
diff --git
a/SL/DN.pm
b/SL/DN.pm
index
2b6cd63
..
33cb550
100644
(file)
--- a/
SL/DN.pm
+++ b/
SL/DN.pm
@@
-844,7
+844,7
@@
sub print_invoice_for_fees {
$form->{interest} = $form->round_amount($interest, 2);
$form->{invamount} = $form->round_amount($fee + $interest, 2);
$form->{dunning_id} = $dunning_id;
- $form->{formname} = "${template}
_invoice
";
+ $form->{formname} = "${template}";
map { $form->{$_} = $form->format_amount($myconfig, $form->{$_}, 2) } qw(fee interest invamount);