]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 b7d2ce34934d555fd403b498a0e90743069e1f1e..f67a3e77aeb1c65d290b31ffc249c12cd05a1459 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};