Manager für PriceFactor mit sort_spec
[kivitendo-erp.git] / SL / DB / PriceFactor.pm
1 package SL::DB::PriceFactor;
2
3 use strict;
4
5 use SL::DB::MetaSetup::PriceFactor;
6 use SL::DB::Manager::PriceFactor;
7 use SL::DB::Helper::ActsAsList;
8
9 __PACKAGE__->meta->initialize;
10
11 1;
12
13 __END__
14
15 =pod
16
17 =head1 NAME
18
19 SL::DB::PriceFactor: Model for the 'price_factors' table
20
21 =head1 SYNOPSIS
22
23 This is a standard Rose::DB::Object based model and can be used as one.
24
25 =head1 FUNCTIONS
26
27 None so far.
28
29 =head1 AUTHOR
30
31 Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>
32
33 =cut