X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1aecd0f865cbe916049557de4337a61f4f8a6b05..5e59cc54dd5e2d69f71828541795a29ed51a96f0:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index b1df09770..6c3dae2c9 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -365,7 +365,7 @@ sub invoice_details { $tax += $taxamount = $form->round_amount($taxaccounts{$item}, 2); push(@{ $form->{tax} }, $form->format_amount($myconfig, $taxamount, 2)); - push(@{ $form->{taxdescription} }, $form->{"${item}_description"}); + push(@{ $form->{taxdescription} }, $form->{"${item}_description"} . q{ } . 100 * $form->{"${item}_rate"} . q{%}); push(@{ $form->{taxrate} }, $form->format_amount($myconfig, $form->{"${item}_rate"} * 100)); push(@{ $form->{taxnumber} }, $form->{"${item}_taxnumber"});