]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/CustomVariable.pm
initialize in SL::DB::Objects statt im MetaSetup
[mfinanz.git] / SL / DB / CustomVariable.pm
index 26c09cf5b35f31fa300f9c451f648f0645082c0f..09718de651b606693a2e31b00e1dd1184f17022a 100644 (file)
@@ -7,6 +7,8 @@ use strict;
 
 use SL::DB::MetaSetup::CustomVariable;
 
+__PACKAGE__->meta->initialize;
+
 # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
 __PACKAGE__->meta->make_manager_class;