X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/03f5aaa3c601956206f0c2a142c1e19f6981b326..6e0fe1dc46a643b80c36b21c4cb62c2f09227f45:/SL/DB/ProjectParticipant.pm diff --git a/SL/DB/ProjectParticipant.pm b/SL/DB/ProjectParticipant.pm index 5b4ada2f0..660d0ce7c 100644 --- a/SL/DB/ProjectParticipant.pm +++ b/SL/DB/ProjectParticipant.pm @@ -7,6 +7,8 @@ use strict; use SL::DB::MetaSetup::ProjectParticipant; +__PACKAGE__->meta->initialize; + # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;