Revision 7f94d4ee
Von Werner Hahn vor mehr als 8 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
1446 | 1446 |
sub _determine_wh_and_bin { |
1447 | 1447 |
$::lxdebug->enter_sub(2); |
1448 | 1448 |
if (@_ == 6) {my $dummy = shift;} |
1449 |
$main::lxdebug->dump(0, 'WH:WAREHOUSE ',\@_); |
|
1450 | 1449 |
my ($dbh, $conf, $part_id, $qty, $unit) = @_; |
1451 | 1450 |
my @errors; |
1452 | 1451 |
|
... | ... | |
1510 | 1509 |
} |
1511 | 1510 |
} |
1512 | 1511 |
|
1513 |
$main::lxdebug->dump(0, "WH: BIN: $bin_id -- $wh_id", \@errors); |
|
1514 | 1512 |
$::lxdebug->leave_sub(2); |
1515 | 1513 |
return (\@errors, $wh_id, $bin_id); |
1516 | 1514 |
} |
Auch abrufbar als: Unified diff
Shopordermasstrnsfer mit auslagern