X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/f9676efea9ccfa01df2a57dca9c45cc8fde0d09e..bdd97244a89851cafbd132757e5e184a1464ee1a:/SL/DB/Status.pm diff --git a/SL/DB/Status.pm b/SL/DB/Status.pm index 38d230e29..de0a2f107 100644 --- a/SL/DB/Status.pm +++ b/SL/DB/Status.pm @@ -7,6 +7,8 @@ use strict; use SL::DB::MetaSetup::Status; +__PACKAGE__->meta->initialize; + # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;