X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/218aeb17c2e1259e60a0c9e216f3bb45404d68dd..c0713b66e59e458d4966b8954ec1c835e2bc0c5b:/SL/Controller/CsvImport/Shipto.pm diff --git a/SL/Controller/CsvImport/Shipto.pm b/SL/Controller/CsvImport/Shipto.pm index 1d2fdd7f6..e32da468b 100644 --- a/SL/Controller/CsvImport/Shipto.pm +++ b/SL/Controller/CsvImport/Shipto.pm @@ -11,6 +11,9 @@ use Rose::Object::MakeMethods::Generic scalar => [ qw(table) ], ); +sub set_profile_defaults { +}; + sub init_class { my ($self) = @_; $self->class('SL::DB::Shipto');