Ein "," anstelle eines "." sorgte dafür, dass die Steuerkontenbeschreibungen bei...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 12 Sep 2007 07:47:28 +0000 (07:47 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 12 Sep 2007 07:47:28 +0000 (07:47 +0000)
bin/mozilla/is.pl

index f802c94..9ac6d0e 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};