]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/am.pl
Nachtrag Uebersetzungen
[kivitendo-erp.git] / bin / mozilla / am.pl
index 094e32a7dc8baccba621369ab9cc47603a95391b..044bfee8da7e655b48650e4109a702888e70de23 100644 (file)
@@ -141,16 +141,16 @@ sub account_header {
             qq|<option value="$item->{id}" selected="selected">|
             . sprintf("%.2d", $item->{taxkey}) 
             . qq|. $item->{taxdescription} ($item->{rate}) |
-            . $locale->text('Tax-o-matic Account') 
-            . qq|$item->{chart_accno}\n|;
+            . $locale->text('Tax-o-matic Account') 
+            . qq|$item->{chart_accno}\n|;
         } 
         else {
           $form->{ACCOUNT_TAXKEYS}[$i]{selecttaxkey} .=
             qq|<option value="$item->{id}">|
             . sprintf("%.2d", $item->{taxkey}) 
             . qq|. $item->{taxdescription} ($item->{rate}) |
-            . $locale->text('Tax-o-matic Account')
-            . qq|$item->{chart_accno}\n|;
+            . $locale->text('Tax-o-matic Account')
+            . qq|$item->{chart_accno}\n|;
         }
 
       }