X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/13ef42d7b92f959db38a2ac924cb9eef3e1e2450..62f2141002f5b8c11fa9d881473fd3bc469b4eef:/SL/DB/Manager/PartCustomerPrice.pm diff --git a/SL/DB/Manager/PartCustomerPrice.pm b/SL/DB/Manager/PartCustomerPrice.pm new file mode 100644 index 000000000..4f93ddcf3 --- /dev/null +++ b/SL/DB/Manager/PartCustomerPrice.pm @@ -0,0 +1,15 @@ +# This file has been auto-generated only because it didn't exist. +# Feel free to modify it at will; it will not be overwritten automatically. + +package SL::DB::Manager::PartCustomerPrice; + +use strict; + +use SL::DB::Helper::Manager; +use base qw(SL::DB::Helper::Manager); + +sub object_class { 'SL::DB::PartCustomerPrice' } + +__PACKAGE__->make_manager_methods; + +1;