From: Bernd Bleßmann Date: Thu, 9 Apr 2015 21:39:42 +0000 (+0200) Subject: trailing whitespaces entfernt X-Git-Tag: release-3.2.1~3 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f4051b8f98064513e21ea95b881f4aa092a99098;p=kivitendo-erp.git trailing whitespaces entfernt --- 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();