X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/78d813b90a293eafa7e17f711edeef5551f937d3..fdebfd5d0c558cb156849b01c9c9268b29dc443b:/SL/DB/Part.pm?ds=sidebyside diff --git a/SL/DB/Part.pm b/SL/DB/Part.pm index 6dde98f4d..d7bc6db9c 100644 --- a/SL/DB/Part.pm +++ b/SL/DB/Part.pm @@ -37,6 +37,11 @@ __PACKAGE__->meta->add_relationships( manager_args => { sort_by => 'sortorder' }, column_map => { id => 'parts_id' }, }, + customerprices => { + type => 'one to many', + class => 'SL::DB::PartCustomerPrice', + column_map => { id => 'parts_id' }, + }, translations => { type => 'one to many', class => 'SL::DB::Translation',