initialize in SL::DB::Objects statt im MetaSetup
[kivitendo-erp.git] / SL / DB / SepaExportItem.pm
index 7570116..b75e053 100644 (file)
@@ -4,6 +4,8 @@ use strict;
 
 use SL::DB::MetaSetup::SepaExportItem;
 
+__PACKAGE__->meta->initialize;
+
 # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
 __PACKAGE__->meta->make_manager_class;