X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a71e27907bc04a11cbfee06c4db02b6bdf162e9c..2ea07c13e111b88478827bf621d41df3eec19dac:/SL/DB/MetaSetup/CsvImportProfileSetting.pm diff --git a/SL/DB/MetaSetup/CsvImportProfileSetting.pm b/SL/DB/MetaSetup/CsvImportProfileSetting.pm index 433153923..b6284967a 100644 --- a/SL/DB/MetaSetup/CsvImportProfileSetting.pm +++ b/SL/DB/MetaSetup/CsvImportProfileSetting.pm @@ -4,7 +4,7 @@ package SL::DB::CsvImportProfileSetting; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('csv_import_profile_settings');