ActsAsList: Neue Funktion "reorder_list"
[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::Helper::ActsAsList;
7
8 __PACKAGE__->meta->make_manager_class;
9
10 1;
11
12 __END__
13
14 =pod
15
16 =head1 NAME
17
18 SL::DB::PriceFactor: Model for the 'price_factors' table
19
20 =head1 SYNOPSIS
21
22 This is a standard Rose::DB::Object based model and can be used as one.
23
24 =head1 FUNCTIONS
25
26 None so far.
27
28 =head1 AUTHOR
29
30 Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>
31
32 =cut