trailing whitespaces entfernt
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 9 Apr 2015 21:39:42 +0000 (23:39 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 9 Apr 2015 21:39:42 +0000 (23:39 +0200)
SL/Controller/CsvImport/Inventory.pm
SL/IR.pm
SL/OE.pm
bin/mozilla/io.pl

index cecb92b..c0dcfb5 100644 (file)
@@ -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}) };
index 6cd5556..0fecc27 100644 (file)
--- 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']);
 
index 35e6175..8f7c050 100644 (file)
--- 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']);
 
index 6ae6cd0..e584575 100644 (file)
@@ -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();