Revision dd6282f6
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/DB/Order.pm | ||
---|---|---|
27 | 27 |
} |
28 | 28 |
}, |
29 | 29 |
periodic_invoices_config => { |
30 |
type => 'one to one',
|
|
30 |
type => 'one to many',
|
|
31 | 31 |
class => 'SL::DB::PeriodicInvoicesConfig', |
32 | 32 |
column_map => { id => 'oe_id' }, |
33 | 33 |
}, |
Auch abrufbar als: Unified diff
Rose-Beziehungstypen gefixt
Behebt #2139.