X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9cac71b24fa54a6d7bb5b090427452b70cf1da82..4e76ddc17ab7eba457211cbe3ff5045a08538095:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index 540c874e5..8664b994e 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -269,7 +269,7 @@ sub invoice_details { $tax += $taxamount = $form->round_amount($taxaccounts{$item}, 2); - push(@{ $form->{tax} }, $form->format_amount($myconfig, $taxamount)); + push(@{ $form->{tax} }, $form->format_amount($myconfig, $taxamount, 2)); push(@{ $form->{taxdescription} }, $form->{"${item}_description"}); push(@{ $form->{taxrate} }, $form->format_amount($myconfig, $form->{"${item}_rate"} * 100));