Revision 3ca78c16
Von Jan Büren vor fast 10 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
1316 | 1316 |
$form->{"id_$i"}, |
1317 | 1317 |
$form->{"qty_$i"}, |
1318 | 1318 |
$form->{"unit_$i"}); |
1319 |
|
|
1319 |
next if ($err eq 'ignore service'); |
|
1320 | 1320 |
if (!@{ $err } && $wh_id && $bin_id) { |
1321 | 1321 |
push @transfers, { |
1322 | 1322 |
'parts_id' => $form->{"id_$i"}, |
... | ... | |
1353 | 1353 |
# ignore service if they are not configured to be transfered |
1354 | 1354 |
if ($part->is_service && !$conf->get_transfer_default_services) { |
1355 | 1355 |
$::lxdebug->leave_sub(2); |
1356 |
return; |
|
1356 |
return 'ignore service';
|
|
1357 | 1357 |
} |
1358 | 1358 |
|
1359 | 1359 |
# test negative qty |
Auch abrufbar als: Unified diff
Auslagern über Rechnung: Dienstleistungen wirklich ignorieren, falls konfiguriert