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