Revision 0ca820f6
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/DB/Order.pm | ||
---|---|---|
31 | 31 |
class => 'SL::DB::PeriodicInvoicesConfig', |
32 | 32 |
column_map => { id => 'oe_id' }, |
33 | 33 |
}, |
34 |
periodic_invoices => { |
|
35 |
type => 'one to many', |
|
36 |
class => 'SL::DB::PeriodicInvoice', |
|
37 |
column_map => { id => 'oe_id' }, |
|
38 |
}, |
|
39 | 34 |
payment_term => { |
40 | 35 |
type => 'one to one', |
41 | 36 |
class => 'SL::DB::PaymentTerm', |
Auch abrufbar als: Unified diff
SL::DB::Order: falsche one-to-many zu PeriodicInvoice entfernt