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:
773c2ab
)
Revision 3133 rückgängig gemacht, da sie aufgrund eines Misverständnisses erfolgte...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 21 Feb 2008 12:31:47 +0000
(12:31 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 21 Feb 2008 12:31:47 +0000
(12:31 +0000)
SL/DN.pm
patch
|
blob
|
history
diff --git
a/SL/DN.pm
b/SL/DN.pm
index
33cb550
..
2b6cd63
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}";
+ $form->{formname} = "${template}
_invoice
";
map { $form->{$_} = $form->format_amount($myconfig, $form->{$_}, 2) } qw(fee interest invamount);