From e4e136028f15eb7b48dc68a0aadc0bdbb5794e85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 13 Jan 2012 14:00:32 +0100 Subject: [PATCH] shiptovariablen im Druck: Telefon und ein paar andere auch exportieren --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index e45faba12..37a4024c4 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1397,7 +1397,7 @@ sub print_form { $form->get_shipto(\%myconfig); } - my @a = qw(name street zipcode city country contact); + my @a = qw(name department_1 department_2 street zipcode city country contact phone fax email); my $shipto = 1; -- 2.20.1