X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FPart.pm;h=6ce6ed5b70447fce9662ca7b51916928c02dd921;hb=266b388921a9d50b0d4c44b0f7d12245a86723e4;hp=c2cb641ae98bd97647828b823cea05c9f1fae9f6;hpb=23cfb53ff36bb0d16e8e1743c49ba724f24d1797;p=kivitendo-erp.git diff --git a/SL/DB/Part.pm b/SL/DB/Part.pm index c2cb641ae..6ce6ed5b7 100644 --- a/SL/DB/Part.pm +++ b/SL/DB/Part.pm @@ -29,6 +29,7 @@ __PACKAGE__->meta->add_relationships( type => 'one to many', class => 'SL::DB::Price', column_map => { id => 'parts_id' }, + manager_args => { with_objects => [ 'pricegroup' ] } }, makemodels => { type => 'one to many',