From cac07877a89e28fe670ab06d4206b07cc88e015e Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 5 Mar 2010 10:34:17 +0100 Subject: [PATCH] =?utf8?q?Beim=20Bearbeiten=20einer=20individuellen=20Lief?= =?utf8?q?eradresse=20ausgew=C3=A4hlte=20zur=C3=BCckgesetzen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix für Bug 1335. --- 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 90fdcc2db..cabb133d6 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1881,7 +1881,7 @@ sub ship_to { # delete shipto - map({ delete $form->{$_} } (@shipto_vars, qw(header))); + map({ delete $form->{$_} } (@shipto_vars, qw(header shipto_id))); $form->{title} = $title; foreach my $key (keys %$form) { -- 2.20.1