X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/f97b07787db5cacc0f90338fdb3c1237262917cb..ada964d139eb652502bbdec96adf8634e49d8872:/SL/DB/TodoUserConfig.pm diff --git a/SL/DB/TodoUserConfig.pm b/SL/DB/TodoUserConfig.pm index fd12020bd..fb5fa68f8 100644 --- a/SL/DB/TodoUserConfig.pm +++ b/SL/DB/TodoUserConfig.pm @@ -7,6 +7,8 @@ use strict; use SL::DB::MetaSetup::TodoUserConfig; +__PACKAGE__->meta->initialize; + # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;