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:
97ac856
)
Auslagern über Rechnung: Dienstleistungen wirklich ignorieren, falls konfiguriert
author
Jan Büren
<jan@kivitendo-premium.de>
Tue, 10 Mar 2015 10:53:59 +0000
(11:53 +0100)
committer
Jan Büren
<jan@kivitendo-premium.de>
Tue, 10 Mar 2015 10:53:59 +0000
(11:53 +0100)
SL/IS.pm
patch
|
blob
|
history
diff --git
a/SL/IS.pm
b/SL/IS.pm
index
a154285
..
30570c0
100644
(file)
--- a/
SL/IS.pm
+++ b/
SL/IS.pm
@@
-1316,7
+1316,7
@@
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
+1353,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;
+ return
'ignore service'
;
}
# test negative qty