From d3a590db90ed6dcd1092c9e1f911f504235c0fdc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 27 May 2009 12:18:07 +0000 Subject: [PATCH] =?utf8?q?Contact=20in=20die=20Liste=20der=20shipto=20Vari?= =?utf8?q?ablen=20aufgenommen,=20die=20aus=20den=20Stammdaten=20kopiert=20?= =?utf8?q?werden,=20wenn=20kein=20shipto=20ausgew=C3=A4hlt=20wurde.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix für Bug 1015. --- 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 99db6ed52..63d6b454d 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1389,7 +1389,7 @@ sub print_form { $form->get_shipto(\%myconfig); } - @a = qw(name street zipcode city country); + @a = qw(name street zipcode city country contact); $shipto = 1; -- 2.20.1