X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f97b07787db5cacc0f90338fdb3c1237262917cb..a9f30fbdaf8162c9030aa6f042d094ae00e3b7c6:/SL/DB/Datev.pm diff --git a/SL/DB/Datev.pm b/SL/DB/Datev.pm index 4d33d5820..5baf28397 100644 --- a/SL/DB/Datev.pm +++ b/SL/DB/Datev.pm @@ -7,6 +7,8 @@ use strict; use SL::DB::MetaSetup::Datev; +__PACKAGE__->meta->initialize; + # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;