X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FCsvImportReportStatus.pm;h=5371f0c0fc848053841fd13ed2b8bd7098b243d8;hb=cff0e9be7e6925c22dab7cb0b52ab9e23af0d56a;hp=68a041b4c1cf912f0b92e792c0be4540fdb2029a;hpb=a5a42ed1bf23da4a35b675ce00781fea99df2acd;p=kivitendo-erp.git 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;