Revision 8b7b7b3f
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/DB/Order.pm | ||
---|---|---|
23 | 23 |
class => 'SL::DB::OrderItem', |
24 | 24 |
column_map => { id => 'trans_id' }, |
25 | 25 |
manager_args => { |
26 |
with_objects => [ 'part' ] |
|
26 |
with_objects => [ 'parts' ]
|
|
27 | 27 |
} |
28 | 28 |
}, |
29 | 29 |
periodic_invoices_config => { |
Auch abrufbar als: Unified diff
Rose: 'with_args' nach Foreign-Key-Einführung gefixt
Die Beziehung heißt nun 'parts' und nicht mehr 'part'. 'part' ist nur
ein Alias.