X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FCsvImport%2FInventory.pm;h=a6e90018903425379d0a076aa0811242ed45c95d;hb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44;hp=42bfac3d0ee3f32cab4f3487e57bc6f9d707c582;hpb=38b907c9866951e95c8741959b4ead1544e45011;p=kivitendo-erp.git diff --git a/SL/Controller/CsvImport/Inventory.pm b/SL/Controller/CsvImport/Inventory.pm index 42bfac3d0..a6e900189 100644 --- a/SL/Controller/CsvImport/Inventory.pm +++ b/SL/Controller/CsvImport/Inventory.pm @@ -434,7 +434,7 @@ sub _wh_id_and_description_ident { } sub _wh_id_and_description_maker { - return join '+', $_[0], $_[1] + return join '+', $_[0], $_[1] } sub _wh_id_and_id_ident { @@ -442,7 +442,7 @@ sub _wh_id_and_id_ident { } sub _wh_id_and_id_maker { - return join '+', $_[0], $_[1] + return join '+', $_[0], $_[1] } 1;