X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4440782f0737cd715dbd96851ecc2dbd8cd639f2..82515b2d93dc5632f24d6e0b6f8f05f3fd19fbb0:/SL/DB/PriceFactor.pm diff --git a/SL/DB/PriceFactor.pm b/SL/DB/PriceFactor.pm new file mode 100644 index 000000000..6680a12f3 --- /dev/null +++ b/SL/DB/PriceFactor.pm @@ -0,0 +1,31 @@ +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 Em.bunkus@linet-services.deE + +=cut