Merge von 714 aus unstable: Bugfix
authorStephan Köhler <s.koehler@linet-services.de>
Fri, 30 Dec 2005 13:04:02 +0000 (13:04 +0000)
committerStephan Köhler <s.koehler@linet-services.de>
Fri, 30 Dec 2005 13:04:02 +0000 (13:04 +0000)
department_1 und _2 mit auf Sonderzeichen ueberpruefen beim Druck

bin/mozilla/io.pl

index 5cd38cd..22acf97 100644 (file)
@@ -1606,7 +1606,7 @@ sub print_form {
 
   # some of the stuff could have umlauts so we translate them
   push @a,
-    qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptoemail shippingpoint shipvia company address signature employee contact);
+    qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptoemail shippingpoint shipvia company address signature employee contact department_1 department_2);
 
   push @a, ("${inv}date", "${due}date", email, cc, bcc);