X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/773c2abe4775300e523e582e722fb802e46aa844..8cdaa6f0c4bb9b3c1dcdd18335e67f4c4842aaa4:/SL/DN.pm diff --git a/SL/DN.pm b/SL/DN.pm index 33cb5502f..2b6cd63fd 100644 --- 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);