]> wagnertech.de Git - kivitendo-erp.git/blob - SL/DB/Pricegroup.pm
$::auth erst nach $::form und $::locale anlegen, weil $::auth beide benötigt (SL...
[kivitendo-erp.git] / SL / DB / Pricegroup.pm
1 package SL::DB::Pricegroup;
2
3 use strict;
4
5 use SL::DB::MetaSetup::Pricegroup;
6 use SL::DB::Manager::Pricegroup;
7
8 1;