]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/CsvImport/Inventory.pm
SL::DB::BackgroundJob: refactoring von set_data für mehr programmatische Sicherheit
[mfinanz.git] / SL / Controller / CsvImport / Inventory.pm
index cecb92bc59d54af6502e6c2f9d884f93188f243f..c0dcfb5193e2069eeb50329fb5d2f1b3c760fbaf 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}) };