Revision fc61a974
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/DB/Order.pm | ||
---|---|---|
30 | 30 |
class => 'SL::DB::PeriodicInvoice', |
31 | 31 |
column_map => { id => 'oe_id' }, |
32 | 32 |
}, |
33 |
payment_term => { |
|
34 |
type => 'one to one', |
|
35 |
class => 'SL::DB::PaymentTerm', |
|
36 |
column_map => { payment_id => 'id' }, |
|
37 |
}, |
|
33 | 38 |
); |
34 | 39 |
|
35 | 40 |
__PACKAGE__->meta->initialize; |
Auch abrufbar als: Unified diff
Verknüpfung zu PaymentTerm-Model