]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/CsvImport/Inventory.pm
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / SL / Controller / CsvImport / Inventory.pm
index f67a3e77aeb1c65d290b31ffc249c12cd05a1459..e6f6794710aca6de69d5f3615c444164a800c36d 100644 (file)
@@ -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});