X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FNote.pm;h=82c5776027b2942a73376e8b70e3f7ab6a6ff612;hb=ed023e22a9d47de1be5e7ebaf86885044e25b6ae;hp=36782951230cb46728338e1727af46b154d43d89;hpb=4fd22b569d4436293e0a9d364d7356b5bfc503e5;p=kivitendo-erp.git diff --git a/SL/DB/Note.pm b/SL/DB/Note.pm index 367829512..82c577602 100644 --- a/SL/DB/Note.pm +++ b/SL/DB/Note.pm @@ -7,6 +7,8 @@ use strict; use SL::DB::MetaSetup::Note; +__PACKAGE__->meta->initialize; + # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;