X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FFollowUp.pm;h=734ebedba2e8a2c8d36cc14f28b7cb83820f0443;hb=80d5f1702f74398422c8afadd6f2a7f8921a7c94;hp=b50c90f2a9316bf1d68459a1a59d8e7151b9828c;hpb=4fd22b569d4436293e0a9d364d7356b5bfc503e5;p=kivitendo-erp.git diff --git a/SL/DB/FollowUp.pm b/SL/DB/FollowUp.pm index b50c90f2a..734ebedba 100644 --- a/SL/DB/FollowUp.pm +++ b/SL/DB/FollowUp.pm @@ -7,6 +7,8 @@ use strict; use SL::DB::MetaSetup::FollowUp; +__PACKAGE__->meta->initialize; + # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;