From: Jan Büren Date: Thu, 27 Jan 2022 11:24:52 +0000 (+0100) Subject: Kosmetik Inventory Import X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~230 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=73d7d3a184498b968576c8ba9a0f4b3a1c712811;p=kivitendo-erp.git Kosmetik Inventory Import --- diff --git a/SL/Controller/CsvImport/Inventory.pm b/SL/Controller/CsvImport/Inventory.pm index b7d2ce349..f67a3e77a 100644 --- a/SL/Controller/CsvImport/Inventory.pm +++ b/SL/Controller/CsvImport/Inventory.pm @@ -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};