Kosmetik Inventory Import
authorJan Büren <jan@kivitendo.de>
Thu, 27 Jan 2022 11:24:52 +0000 (12:24 +0100)
committerJan Büren <jan@kivitendo.de>
Thu, 27 Jan 2022 11:24:52 +0000 (12:24 +0100)
SL/Controller/CsvImport/Inventory.pm

index b7d2ce3..f67a3e7 100644 (file)
@@ -276,7 +276,7 @@ sub check_part {
 # This imports inventories when target_qty is given, transfers else.
 # So we get the actual qty in stock and transfer the difference in case of
 # a given target_qty
-sub check_qty{
+sub check_qty {
   my ($self, $entry) = @_;
 
   my $object = $entry->{object};