Revision 9e8d1e4f
Von Jan Büren vor fast 3 Jahren hinzugefügt
SL/Controller/CsvImport/Inventory.pm | ||
---|---|---|
284 | 284 |
# parse qty (may be float values) |
285 | 285 |
if (exists $entry->{raw_data}->{target_qty}) { |
286 | 286 |
$entry->{raw_data}->{target_qty} = $::form->parse_amount(\%::myconfig, $entry->{raw_data}->{target_qty}); |
287 |
$object->target_qty($entry->{raw_data}->{target_qty}); |
|
287 |
# $object->target_qty($entry->{raw_data}->{target_qty});
|
|
288 | 288 |
} |
289 | 289 |
if (exists $entry->{raw_data}->{qty}) { |
290 | 290 |
$entry->{raw_data}->{qty} = $::form->parse_amount(\%::myconfig, $entry->{raw_data}->{qty}); |
Auch abrufbar als: Unified diff
Inventory-Import keine Spalte target_qty