]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/is.pl
Ein "," anstelle eines "." sorgte dafür, dass die Steuerkontenbeschreibungen bei...
[kivitendo-erp.git] / bin / mozilla / is.pl
index f802c948b4029d818393b883943de653f46c5d2f..9ac6d0e31576ceb00ffe15f64061f0153bdd1568 100644 (file)
@@ -599,7 +599,7 @@ sub form_header {
                       max_dunning_level dunning_amount
                       shiptoname shiptostreet shiptozipcode shiptocity shiptocountry  shiptocontact shiptophone shiptofax 
                       shiptoemail shiptodepartment_1 shiptodepartment_2 message email subject cc bcc taxaccounts),
-                      map { $_.'_rate', $_,'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts} );
+                      map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts} );
    
   print qq|<p>$form->{saved_message}</p>| if $form->{saved_message};