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:
6901d7a
)
Gelieferte Menge abholen kann nur bei schon gespeicherten Aufträgen funktionieren.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 28 Aug 2008 10:12:07 +0000
(10:12 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 28 Aug 2008 10:12:07 +0000
(10:12 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
ea8b203
..
10f8649
100644
(file)
--- 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;