From: Jan Büren Date: Tue, 1 Aug 2017 10:56:06 +0000 (+0200) Subject: sanitize _update_ship / Prüfung auf form->id X-Git-Tag: release-3.5.4~924 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=86a253d0ae396ebb8131d5fe60dcb29d35d748ca;p=kivitendo-erp.git sanitize _update_ship / Prüfung auf form->id Andernfalls wird ein Fehler auf undefined integer geworfen und bspw. das Erfassen von neuen Aufträge ist nicht mehr möglich. --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index d6c09ce1e..eab839857 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -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}) {