]> wagnertech.de Git - kivitendo-erp.git/commitdiff
WebshopApi: Part prices relationship - pricegroup mit laden
authorWerner Hahn <wh@futureworldsearch.net>
Mon, 25 Sep 2017 10:01:25 +0000 (12:01 +0200)
committerWerner Hahn <wh@futureworldsearch.net>
Tue, 26 Sep 2017 10:25:02 +0000 (12:25 +0200)
SL/DB/Part.pm

index c2cb641ae98bd97647828b823cea05c9f1fae9f6..6ce6ed5b70447fce9662ca7b51916928c02dd921 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',