X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/f9676efea9ccfa01df2a57dca9c45cc8fde0d09e..0fdf58910b8cd0b54e3d2213a27dab2ffe149bfe:/SL/DB/FollowUpAccess.pm 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;