]> wagnertech.de Git - mfinanz.git/blobdiff - SL/OE.pm
Fix für r1967 (und r2002) : Steueranzeige unterhalb von Rechnungen, Angeboten, etc...
[mfinanz.git] / SL / OE.pm
index 5b7c031afade91762466f608237b6d42d7dfce0e..e8756affac59e8ded0b5959c7ae33d8b2cdab951 100644 (file)
--- a/SL/OE.pm
+++ b/SL/OE.pm
@@ -1167,7 +1167,7 @@ sub order_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"});