From: Thomas Kasulke Date: Wed, 4 Apr 2007 09:03:26 +0000 (+0000) Subject: shiptodepartment_1 und 2 als hiddentag hinzugefügt X-Git-Tag: release-2.4.3^2~529 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=0e53c08e76f1fa8a2627f229033b67a1a662c7e7;p=kivitendo-erp.git shiptodepartment_1 und 2 als hiddentag hinzugefügt --- diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index fef4a3edf..852914e24 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -784,8 +784,7 @@ $jsscript | ; 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| |; map({ print($cgi->hidden("-name" => $_, "-value" => $form->{$_})); } qw(message email subject cc bcc taxaccounts));