]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/CsvImport/Inventory.pm
Kosmetik: Einrückung
[kivitendo-erp.git] / SL / Controller / CsvImport / Inventory.pm
index 42bfac3d0ee3f32cab4f3487e57bc6f9d707c582..a6e90018903425379d0a076aa0811242ed45c95d 100644 (file)
@@ -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;