]> wagnertech.de Git - kivitendo-erp.git/commitdiff
department_1 und _2 mit auf Sonderzeichen ueberpruefen beim Druck
authorPhilip Reetz <p.reetz@linet-services.de>
Wed, 28 Dec 2005 13:05:06 +0000 (13:05 +0000)
committerPhilip Reetz <p.reetz@linet-services.de>
Wed, 28 Dec 2005 13:05:06 +0000 (13:05 +0000)
bin/mozilla/io.pl

index 5cd38cd81282c53cd9c1a68cc6ec4bfe5bee242c..22acf9710aa8d3f1feba7119649e7cea25252cbe 100644 (file)
@@ -1606,7 +1606,7 @@ sub print_form {
 
   # some of the stuff could have umlauts so we translate them
   push @a,
 
   # 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);
 
 
   push @a, ("${inv}date", "${due}date", email, cc, bcc);