X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e2013e83d2ada0ba4ca439d972dbeaf56cbc16c0..37171c705ea9b7ea6cf7da6fa4c96e3d3d2461cd:/SL/DB/Part.pm diff --git a/SL/DB/Part.pm b/SL/DB/Part.pm index ce9738f32..4c3f4633a 100644 --- a/SL/DB/Part.pm +++ b/SL/DB/Part.pm @@ -23,6 +23,11 @@ __PACKAGE__->meta->add_relationships( class => 'SL::DB::PartsGroup', column_map => { partsgroup_id => 'id' }, }, + price_factor => { + type => 'one to one', + class => 'SL::DB::PriceFactor', + column_map => { price_factor_id => 'id' }, + }, ); __PACKAGE__->meta->initialize;