X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/67643d0386e7ad051009af639cada8a5ad60d1ea..c65e8fcc568f54001e277a8d7d8d2bd21cf80f4d:/SL/DB/CsvImportProfileSetting.pm diff --git a/SL/DB/CsvImportProfileSetting.pm b/SL/DB/CsvImportProfileSetting.pm index b1acf2431..11ffb16b2 100644 --- a/SL/DB/CsvImportProfileSetting.pm +++ b/SL/DB/CsvImportProfileSetting.pm @@ -5,10 +5,12 @@ package SL::DB::CsvImportProfileSetting; use strict; -use SL::DB::MetaSetup::CsvImportProfileSetting; use Rose::DB::Object::Helpers qw(clone); -# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. +require SL::DB::MetaSetup::CsvImportProfileSetting; + +__PACKAGE__->meta->initialize; + __PACKAGE__->meta->make_manager_class; # Helpers' clone_and_reset also kills compund keys like in this case kay+id