Revision fc61a974
Von Moritz Bunkus vor mehr als 14 Jahren hinzugefügt
SL/DB/Order.pm | ||
---|---|---|
class => 'SL::DB::PeriodicInvoice',
|
||
column_map => { id => 'oe_id' },
|
||
},
|
||
payment_term => {
|
||
type => 'one to one',
|
||
class => 'SL::DB::PaymentTerm',
|
||
column_map => { payment_id => 'id' },
|
||
},
|
||
);
|
||
|
||
__PACKAGE__->meta->initialize;
|
Auch abrufbar als: Unified diff
Verknüpfung zu PaymentTerm-Model