X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FFollowUpAccess.pm;h=b6059dc7aa43407083074bcb07991329c907ebb7;hb=b74d1c197c8365b14587838d999244274de12884;hp=581a49796acb796f83bd8056a2e60e6bbd4ba9a8;hpb=f97b07787db5cacc0f90338fdb3c1237262917cb;p=kivitendo-erp.git diff --git a/SL/DB/FollowUpAccess.pm b/SL/DB/FollowUpAccess.pm index 581a49796..b6059dc7a 100644 --- a/SL/DB/FollowUpAccess.pm +++ b/SL/DB/FollowUpAccess.pm @@ -7,6 +7,8 @@ use strict; use SL::DB::MetaSetup::FollowUpAccess; +__PACKAGE__->meta->initialize; + # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;