X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4fd22b569d4436293e0a9d364d7356b5bfc503e5..d22f89a3ae2c24858c53e35d2ae97a862b9fc711:/SL/DB/Note.pm?ds=inline 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;