Revision 266b3889
Von Werner Hahn vor etwa 7 Jahren hinzugefügt
SL/DB/Part.pm | ||
---|---|---|
29 | 29 |
type => 'one to many', |
30 | 30 |
class => 'SL::DB::Price', |
31 | 31 |
column_map => { id => 'parts_id' }, |
32 |
manager_args => { with_objects => [ 'pricegroup' ] } |
|
32 | 33 |
}, |
33 | 34 |
makemodels => { |
34 | 35 |
type => 'one to many', |
Auch abrufbar als: Unified diff
WebshopApi: Part prices relationship - pricegroup mit laden