Revision 4c9403bc
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
SL/DB/DeliveryOrder.pm | ||
---|---|---|
13 | 13 |
__PACKAGE__->meta->add_relationship(orderitems => { type => 'one to many', |
14 | 14 |
class => 'SL::DB::DeliveryOrderItem', |
15 | 15 |
column_map => { id => 'delivery_order_id' }, |
16 |
manager_args => { with_objects => [ 'part' ] } |
|
16 |
manager_args => { with_objects => [ 'parts' ] }
|
|
17 | 17 |
}, |
18 | 18 |
shipto => { type => 'one to one', |
19 | 19 |
class => 'SL::DB::Shipto', |
Auch abrufbar als: Unified diff
fehlerhafte manager_args für do -> do_items