X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FFollowUpLink.pm;h=0ec7d8e2c77763e400ff658239c5e3cf8603e98e;hb=cf96c5880f1ba0694298d7541fedce47c8c99051;hp=6945bfa8facc58bd572c6eda86bb07be71d280ea;hpb=6cf3f7762efd40bee49a2b8f11bb4ab6915d9071;p=kivitendo-erp.git diff --git a/SL/DB/FollowUpLink.pm b/SL/DB/FollowUpLink.pm index 6945bfa8f..0ec7d8e2c 100644 --- a/SL/DB/FollowUpLink.pm +++ b/SL/DB/FollowUpLink.pm @@ -7,6 +7,8 @@ use strict; use SL::DB::MetaSetup::FollowUpLink; +__PACKAGE__->meta->initialize; + # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;