X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/feef731c40b0b06fd7b566f4dcce322bc68b7946..c5daa6b42504dbe595de89e23fb83b9862c0ba6d:/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;