X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6cf3f7762efd40bee49a2b8f11bb4ab6915d9071..522eb5a4a138c665b00a7f99a9e2b66d7d44857d:/SL/DB/CustomVariableValidity.pm diff --git a/SL/DB/CustomVariableValidity.pm b/SL/DB/CustomVariableValidity.pm index a96afdb23..d0fa20b2f 100644 --- a/SL/DB/CustomVariableValidity.pm +++ b/SL/DB/CustomVariableValidity.pm @@ -7,6 +7,8 @@ use strict; use SL::DB::MetaSetup::CustomVariableValidity; +__PACKAGE__->meta->initialize; + # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;