]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/PurchaseInvoice.pm
Relationships 'sepa_export_items' in Invoice & PurchaseInvoice
[kivitendo-erp.git] / SL / DB / PurchaseInvoice.pm
index 42285335a1fed47ddab78b40740c5f6b55aed057..f74ee19e146c0a006b79303e61ca973e6e5e3e29 100644 (file)
@@ -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;