Revision 250fa402
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/DB/Order.pm | ||
---|---|---|
17 | 17 |
manager_args => { |
18 | 18 |
with_objects => [ 'part' ] |
19 | 19 |
} |
20 |
} |
|
20 |
}, |
|
21 |
periodic_invoices_config => { |
|
22 |
type => 'one to one', |
|
23 |
class => 'SL::DB::PeriodicInvoicesConfig', |
|
24 |
column_map => { id => 'oe_id' }, |
|
25 |
}, |
|
26 |
periodic_invoices => { |
|
27 |
type => 'one to many', |
|
28 |
class => 'SL::DB::PeriodicInvoice', |
|
29 |
column_map => { id => 'oe_id' }, |
|
30 |
}, |
|
21 | 31 |
); |
22 | 32 |
|
23 | 33 |
__PACKAGE__->meta->initialize; |
Auch abrufbar als: Unified diff
Datenbankupgradescript, Rose-Models für Wiederkehrende Rechnungen