X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/4fd22b569d4436293e0a9d364d7356b5bfc503e5..19c89dfd42c7766b14de78718066270ad09e20de:/SL/DB/Dunning.pm diff --git a/SL/DB/Dunning.pm b/SL/DB/Dunning.pm index 80ffd7778..9be274b64 100644 --- a/SL/DB/Dunning.pm +++ b/SL/DB/Dunning.pm @@ -7,6 +7,8 @@ use strict; use SL::DB::MetaSetup::Dunning; +__PACKAGE__->meta->initialize; + # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;