From f4051b8f98064513e21ea95b881f4aa092a99098 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Thu, 9 Apr 2015 23:39:42 +0200 Subject: [PATCH] trailing whitespaces entfernt --- SL/Controller/CsvImport/Inventory.pm | 2 +- SL/IR.pm | 2 +- SL/OE.pm | 4 ++-- bin/mozilla/io.pl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SL/Controller/CsvImport/Inventory.pm b/SL/Controller/CsvImport/Inventory.pm index cecb92bc5..c0dcfb519 100644 --- a/SL/Controller/CsvImport/Inventory.pm +++ b/SL/Controller/CsvImport/Inventory.pm @@ -208,7 +208,7 @@ sub check_bin { push @{ $entry->{errors} }, $::locale->text('Error: Invalid bin'); return 0; } - + # Map description to ID if given. if (!$object->bin_id && $entry->{raw_data}->{bin}) { my $bin = $self->bins_by->{_wh_id_and_description_ident()}->{ _wh_id_and_description_maker($object->warehouse_id, $entry->{raw_data}->{bin}) }; diff --git a/SL/IR.pm b/SL/IR.pm index 6cd555669..0fecc27a8 100644 --- a/SL/IR.pm +++ b/SL/IR.pm @@ -371,7 +371,7 @@ sub post_invoice { CVar->get_non_editable_ic_cvars(form => $form, dbh => $dbh, - row => $i, + row => $i, sub_module => 'invoice', may_converted_from => ['delivery_order_items', 'orderitems', 'invoice']); diff --git a/SL/OE.pm b/SL/OE.pm index 35e617576..8f7c050d7 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -511,7 +511,7 @@ sub save { CVar->get_non_editable_ic_cvars(form => $form, dbh => $dbh, - row => $i, + row => $i, sub_module => 'orderitems', may_converted_from => ['orderitems', 'invoice']); @@ -1408,7 +1408,7 @@ sub order_details { CVar->get_non_editable_ic_cvars(form => $form, dbh => $dbh, - row => $i, + row => $i, sub_module => 'orderitems', may_converted_from => ['orderitems', 'invoice']); diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 6ae6cd0d6..e58457583 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -516,7 +516,7 @@ sub select_item { print $::form->parse_html_template('io/select_item', { PREVIOUS_FORM => $previous_form, MODE => $mode, ITEM_LIST => \@item_list, - IS_ASSEMBLY => $mode eq 'IC', + IS_ASSEMBLY => $mode eq 'IC', IS_PURCHASE => $mode eq 'IS' }); $main::lxdebug->leave_sub(); -- 2.20.1