X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FPurchaseInvoice.pm;h=f74ee19e146c0a006b79303e61ca973e6e5e3e29;hb=5c4833d72ee69bdbbc4aefe469caf2913801c96a;hp=42285335a1fed47ddab78b40740c5f6b55aed057;hpb=ce004da66dbdc852ab24aa598edabfe1d326147c;p=kivitendo-erp.git diff --git a/SL/DB/PurchaseInvoice.pm b/SL/DB/PurchaseInvoice.pm index 42285335a..f74ee19e1 100644 --- a/SL/DB/PurchaseInvoice.pm +++ b/SL/DB/PurchaseInvoice.pm @@ -17,6 +17,12 @@ __PACKAGE__->meta->add_relationship( column_map => { id => 'trans_id' }, manager_args => { with_objects => [ 'part' ] } }, + sepa_export_items => { + type => 'one to many', + class => 'SL::DB::SepaExportItem', + column_map => { id => 'ap_id' }, + manager_args => { with_objects => [ 'sepa_export' ] } + }, ); __PACKAGE__->meta->initialize;