Revision fc1490e8
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/DB/PurchaseInvoice.pm | ||
---|---|---|
17 | 17 |
column_map => { id => 'trans_id' }, |
18 | 18 |
manager_args => { with_objects => [ 'part' ] } |
19 | 19 |
}, |
20 |
sepa_export_items => { |
|
21 |
type => 'one to many', |
|
22 |
class => 'SL::DB::SepaExportItem', |
|
23 |
column_map => { id => 'ap_id' }, |
|
24 |
manager_args => { with_objects => [ 'sepa_export' ] } |
|
25 |
}, |
|
20 | 26 |
); |
21 | 27 |
|
22 | 28 |
__PACKAGE__->meta->initialize; |
Auch abrufbar als: Unified diff
Relationships 'sepa_export_items' in Invoice & PurchaseInvoice