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