CSV Import Defaults in die Worker ausgelagert
[kivitendo-erp.git] / SL / Controller / CsvImport / Inventory.pm
index c0dcfb5..c1406d0 100644 (file)
@@ -28,6 +28,9 @@ sub init_class {
   $self->class('SL::DB::Inventory');
 }
 
+sub set_profile_defaults {
+};
+
 sub init_profile {
   my ($self) = @_;