From dd3457e4f7050474620a4ce8601373617b4ae177 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 28 Aug 2008 10:12:07 +0000 Subject: [PATCH] =?utf8?q?Gelieferte=20Menge=20abholen=20kann=20nur=20bei?= =?utf8?q?=20schon=20gespeicherten=20Auftr=C3=A4gen=20funktionieren.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- 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 ea8b20306..10f8649fb 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1878,7 +1878,7 @@ sub _update_part_information { sub _update_ship { $lxdebug->enter_sub(); - if (!$form->{ordnumber}) { + if (!$form->{ordnumber} || !$form->{id}) { map { $form->{"ship_$_"} = 0 } (1..$form->{rowcount}); $lxdebug->leave_sub(); return; -- 2.20.1