]> wagnertech.de Git - kivitendo-erp.git/blob - SL/DB/PartsPriceHistory.pm
SL::DB::Order->new_from: Prüfung auf Quell- und Ziel-Typ refactored
[kivitendo-erp.git] / SL / DB / PartsPriceHistory.pm
1 package SL::DB::PartsPriceHistory;
2
3 use strict;
4
5 use SL::DB::MetaSetup::PartsPriceHistory;
6 use SL::DB::Manager::PartsPriceHistory;
7
8 __PACKAGE__->meta->initialize;
9
10 1;