X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FCsvImport%2FInventory.pm;h=e6f6794710aca6de69d5f3615c444164a800c36d;hb=d6fed9b55a11dca1cfd9cd6f43940a945533d318;hp=f67a3e77aeb1c65d290b31ffc249c12cd05a1459;hpb=73d7d3a184498b968576c8ba9a0f4b3a1c712811;p=kivitendo-erp.git diff --git a/SL/Controller/CsvImport/Inventory.pm b/SL/Controller/CsvImport/Inventory.pm index f67a3e77a..e6f679471 100644 --- a/SL/Controller/CsvImport/Inventory.pm +++ b/SL/Controller/CsvImport/Inventory.pm @@ -284,7 +284,7 @@ sub check_qty { # 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});