WebshopApi: Part prices relationship - pricegroup mit laden
[kivitendo-erp.git] / SL / DB / Part.pm
index c2cb641..6ce6ed5 100644 (file)
@@ -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',