From: Philip Reetz
Date: Wed, 28 Dec 2005 13:05:06 +0000 (+0000)
Subject: department_1 und _2 mit auf Sonderzeichen ueberpruefen beim Druck
X-Git-Tag: release-2.4.0^2~418
X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=9f0d85c2b00a0d3b7a92b63115801b2452846470;p=kivitendo-erp.git
department_1 und _2 mit auf Sonderzeichen ueberpruefen beim Druck
---
diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl
index 5cd38cd81..22acf9710 100644
--- a/bin/mozilla/io.pl
+++ b/bin/mozilla/io.pl
@@ -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);