Gelieferte Menge abholen kann nur bei schon gespeicherten Aufträgen funktionieren.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 28 Aug 2008 10:12:07 +0000 (10:12 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 28 Aug 2008 10:12:07 +0000 (10:12 +0000)
bin/mozilla/io.pl

index ea8b203..10f8649 100644 (file)
@@ -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;