kivitendo/SL/DB/PriceFactor.pm @ 31b1b2c2
82515b2d | Sven Schöling | package SL::DB::PriceFactor;
|
|
use strict;
|
|||
use SL::DB::MetaSetup::PriceFactor;
|
|||
__PACKAGE__->meta->make_manager_class;
|
|||
1;
|
|||
__END__
|
|||
=pod
|
|||
=head1 NAME
|
|||
SL::DB::PriceFactor: Model for the 'price_factors' table
|
|||
=head1 SYNOPSIS
|
|||
This is a standard Rose::DB::Object based model and can be used as one.
|
|||
=head1 FUNCTIONS
|
|||
None so far.
|
|||
=head1 AUTHOR
|
|||
Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>
|
|||
=cut
|