X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e1bf173bae820584e8bafdc01ebe2e7d7537a59c..6452e03d2ff7913dd645b9e8fefa22dfcc2ca2f9:/SL/DB/CustomVariable.pm?ds=inline diff --git a/SL/DB/CustomVariable.pm b/SL/DB/CustomVariable.pm index 26c09cf5b..09718de65 100644 --- a/SL/DB/CustomVariable.pm +++ b/SL/DB/CustomVariable.pm @@ -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;