projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24a27ac
)
Kosmetik Inventory Import
author
Jan Büren
<jan@kivitendo.de>
Thu, 27 Jan 2022 11:24:52 +0000
(12:24 +0100)
committer
Jan Büren
<jan@kivitendo.de>
Thu, 27 Jan 2022 11:24:52 +0000
(12:24 +0100)
SL/Controller/CsvImport/Inventory.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/CsvImport/Inventory.pm
b/SL/Controller/CsvImport/Inventory.pm
index
b7d2ce3
..
f67a3e7
100644
(file)
--- 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};