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