Merge branch 'master' of github.com:kivitendo/kivitendo-erp
[kivitendo-erp.git] / SL / DB / Pricegroup.pm
index 329dc41..1504448 100644 (file)
@@ -5,4 +5,6 @@ use strict;
 use SL::DB::MetaSetup::Pricegroup;
 use SL::DB::Manager::Pricegroup;
 
+__PACKAGE__->meta->initialize;
+
 1;