Revision 73d7d3a1
Von Jan Büren vor fast 3 Jahren hinzugefügt
SL/Controller/CsvImport/Inventory.pm | ||
---|---|---|
276 | 276 |
# This imports inventories when target_qty is given, transfers else. |
277 | 277 |
# So we get the actual qty in stock and transfer the difference in case of |
278 | 278 |
# a given target_qty |
279 |
sub check_qty{ |
|
279 |
sub check_qty {
|
|
280 | 280 |
my ($self, $entry) = @_; |
281 | 281 |
|
282 | 282 |
my $object = $entry->{object}; |
Auch abrufbar als: Unified diff
Kosmetik Inventory Import