X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FTodoUserConfig.pm;h=fb5fa68f84e5b7018fe672c8a43290c436c20dfd;hb=2a4583f30144fd4d2bcec2833f1ecaaa19a5ddf6;hp=fd12020bd74f5de750b0fccb67068784067f636f;hpb=f97b07787db5cacc0f90338fdb3c1237262917cb;p=kivitendo-erp.git 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;