]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/is.pl
Fix für r1967 (und r2002) : Steueranzeige unterhalb von Rechnungen, Angeboten, etc...
[mfinanz.git] / bin / mozilla / is.pl
index 30d0a072f5b7aa54ac10689162b523434af59421..9b6da27c60bf5c538ee6ffdbf6ca0f4ccdf40ee0 100644 (file)
@@ -856,7 +856,8 @@ sub form_footer {
 
         $tax .= qq|
              <tr>
-               <th align=right>$form->{"${item}_description"}</th>
+                <th align=right>$form->{"${item}_description"}&nbsp;|
+                                    . $form->{"${item}_rate"} * 100 .qq|%</th>
                <td align=right>$form->{"${item}_total"}</td>
              </tr>
 |;
@@ -895,7 +896,8 @@ sub form_footer {
 
         $tax .= qq|
              <tr>
-               <th align=right>Enthaltene $form->{"${item}_description"}</th>
+               <th align=right>Enthaltene $form->{"${item}_description"}&nbsp;|
+                                   . $form->{"${item}_rate"} * 100 .qq|%</th>
                <td align=right>$form->{"${item}_total"}</td>
              </tr>
              <tr>