X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FProjectPhaseParticipant.pm;h=58d107c220f4f5e21e1e68f83f8a3b3388050502;hb=c301c2b3be223fe384bea2d899c6a08de54c21de;hp=67c7939b7ed1757d3319536752ec3c6361463bca;hpb=03f5aaa3c601956206f0c2a142c1e19f6981b326;p=kivitendo-erp.git diff --git a/SL/DB/ProjectPhaseParticipant.pm b/SL/DB/ProjectPhaseParticipant.pm index 67c7939b7..58d107c22 100644 --- a/SL/DB/ProjectPhaseParticipant.pm +++ b/SL/DB/ProjectPhaseParticipant.pm @@ -7,6 +7,8 @@ use strict; use SL::DB::MetaSetup::ProjectPhaseParticipant; +__PACKAGE__->meta->initialize; + # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;