X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/117fefacdfaf457a502b32bae2f0e10fd0e11414..2b8804456d1d3ee249a70d98679ea3a934b25a39:/SL/DB/PriceFactor.pm diff --git a/SL/DB/PriceFactor.pm b/SL/DB/PriceFactor.pm index cf07b52aa..591a97d07 100644 --- a/SL/DB/PriceFactor.pm +++ b/SL/DB/PriceFactor.pm @@ -5,6 +5,8 @@ use strict; use SL::DB::MetaSetup::PriceFactor; use SL::DB::Helper::ActsAsList; +__PACKAGE__->meta->initialize; + __PACKAGE__->meta->make_manager_class; 1;