From: Bernd Bleßmann Date: Fri, 9 Oct 2015 12:00:30 +0000 (+0200) Subject: Kosmetik: Einrückung X-Git-Tag: release-3.4.1~652 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ca00375c6edfb91a48718a3d25a2b53e509f6c95;p=kivitendo-erp.git Kosmetik: Einrückung --- 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;