X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/a5a42ed1bf23da4a35b675ce00781fea99df2acd..bbbedfda3f5c771ff03f6445abe185cddc664680:/SL/DB/CsvImportReportStatus.pm diff --git a/SL/DB/CsvImportReportStatus.pm b/SL/DB/CsvImportReportStatus.pm index 68a041b4c..5371f0c0f 100644 --- a/SL/DB/CsvImportReportStatus.pm +++ b/SL/DB/CsvImportReportStatus.pm @@ -7,6 +7,8 @@ use strict; use SL::DB::MetaSetup::CsvImportReportStatus; +__PACKAGE__->meta->initialize; + # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;