]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ct.pl
Testanwendung der CGI::Ajax Modifikation:
[mfinanz.git] / bin / mozilla / ct.pl
index 6968de1871da7d6782e4d4b24d6e57ad655c22c9..8223a6ef7a5811994dc1792d58642180f4f275ee 100644 (file)
@@ -577,7 +577,7 @@ sub get_shipto {
 
   CT->get_shipto(\%myconfig, \%$form);
   print $cgi->header(),  join '__pjx__', map $form->{"shipto$_"},
-    qw(name department_1 department_2 street zipcode city country contact phone fax email);
+    qw(name department_1 department_2 street zipcode city country contact phone fax email used);
   $lxdebug->leave_sub();
 
 }