projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a219845
)
sanitize _update_ship / Prüfung auf form->id
author
Jan Büren
<jan@kivitendo-premium.de>
Tue, 1 Aug 2017 10:56:06 +0000
(12:56 +0200)
committer
Jan Büren
<jan@kivitendo-premium.de>
Tue, 1 Aug 2017 10:56:06 +0000
(12:56 +0200)
Andernfalls wird ein Fehler auf undefined integer geworfen
und bspw. das Erfassen von neuen Aufträge ist nicht mehr möglich.
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
d6c09ce
..
eab8398
100644
(file)
--- 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}) {