]> wagnertech.de Git - mfinanz.git/blobdiff - SL/IS.pm
Steuerbetraege wurden beim Drucken ohne Nachkommstelle angezeigt
[mfinanz.git] / SL / IS.pm
index 540c874e5a7f2f77d908ed6afe120de7485e73b8..8664b994e1b5768d0921d629954b0462231e1eb0 100644 (file)
--- 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));