]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/io.pl
sanitize _update_ship / Prüfung auf form->id
[mfinanz.git] / bin / mozilla / io.pl
index d6c09ce1e56e656be3dde1cd30c9a0fb20852da4..eab83985728488c21ab4bd8b99570c56cc3e5449 100644 (file)
@@ -1670,6 +1670,7 @@ sub _update_part_information {
 }
 
 sub _update_ship {
+  return unless $::form->{id};
   my $helper = SL::Helper::ShippedQty->new->calculate($::form->{id});
 
   for my $i (1..$::form->{rowcount}) {