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:
2470781
)
Fehlerbehandlung (transfer inventory bei invoice) eindeutig machen
author
Jan Büren
<jan@kivitendo-premium.de>
Wed, 11 Mar 2015 13:09:34 +0000
(14:09 +0100)
committer
Jan Büren
<jan@kivitendo-premium.de>
Wed, 11 Mar 2015 13:09:34 +0000
(14:09 +0100)
SL/IS.pm
patch
|
blob
|
history
diff --git
a/SL/IS.pm
b/SL/IS.pm
index
30570c0
..
cb7f213
100644
(file)
--- a/
SL/IS.pm
+++ b/
SL/IS.pm
@@
-1316,7
+1316,6
@@
sub transfer_out {
$form->{"id_$i"},
$form->{"qty_$i"},
$form->{"unit_$i"});
- next if ($err eq 'ignore service');
if (!@{ $err } && $wh_id && $bin_id) {
push @transfers, {
'parts_id' => $form->{"id_$i"},
@@
-1353,7
+1352,7
@@
sub _determine_wh_and_bin {
# ignore service if they are not configured to be transfered
if ($part->is_service && !$conf->get_transfer_default_services) {
$::lxdebug->leave_sub(2);
- return
'ignore service'
;
+ return
(\@errors)
;
}
# test negative qty