X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/feef731c40b0b06fd7b566f4dcce322bc68b7946..c9370086d4e1dd6051847ecdd7a0c85bbf9fc2a1:/SL/DB/Pricegroup.pm diff --git a/SL/DB/Pricegroup.pm b/SL/DB/Pricegroup.pm index 329dc41b2..1504448b0 100644 --- a/SL/DB/Pricegroup.pm +++ b/SL/DB/Pricegroup.pm @@ -5,4 +5,6 @@ use strict; use SL::DB::MetaSetup::Pricegroup; use SL::DB::Manager::Pricegroup; +__PACKAGE__->meta->initialize; + 1;