]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/CsvImport/Inventory.pm
wzToolTip durch jQuery ToolTipster ersetzt
[mfinanz.git] / SL / Controller / CsvImport / Inventory.pm
index cecb92bc59d54af6502e6c2f9d884f93188f243f..c1406d05963c1ab4331ff7e6adb9734449756315 100644 (file)
@@ -28,6 +28,9 @@ sub init_class {
   $self->class('SL::DB::Inventory');
 }
 
   $self->class('SL::DB::Inventory');
 }
 
+sub set_profile_defaults {
+};
+
 sub init_profile {
   my ($self) = @_;
 
 sub init_profile {
   my ($self) = @_;
 
@@ -208,7 +211,7 @@ sub check_bin {
     push @{ $entry->{errors} }, $::locale->text('Error: Invalid bin');
     return 0;
   }
     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}) };
   # 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}) };