shiptodepartment_1 und 2 als hiddentag hinzugefĆ¼gt
authorThomas Kasulke <t.kasulke@linet-services.de>
Wed, 4 Apr 2007 09:03:26 +0000 (09:03 +0000)
committerThomas Kasulke <t.kasulke@linet-services.de>
Wed, 4 Apr 2007 09:03:26 +0000 (09:03 +0000)
bin/mozilla/is.pl

index fef4a3e..852914e 100644 (file)
@@ -784,8 +784,7 @@ $jsscript
 <!-- shipto are in hidden variables -->
 | ;
 map({ print($cgi->hidden("-name" => $_, "-value" => $form->{$_})); } 
-       qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry 
-          shiptocontact shiptophone shiptofax shiptoemail));
+       qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry  shiptocontact shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2));
 print qq|<!-- email variables --> |;
 map({ print($cgi->hidden("-name" => $_, "-value" => $form->{$_})); } 
     qw(message email subject cc bcc taxaccounts));