]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/PurchaseInvoice.pm
Verkaufs-/Einkaufsmasken: HTML in Langtexten nutzen
[mfinanz.git] / SL / DB / PurchaseInvoice.pm
index 61d93558bbed0cea3aa4b52bacf24a36cc63e961..2457cdefb858a318e43d022d44be77fe5e711f67 100644 (file)
@@ -23,6 +23,12 @@ __PACKAGE__->meta->add_relationship(
     column_map      => { id => 'ap_id' },
     manager_args    => { with_objects => [ 'sepa_export' ] }
   },
+  custom_shipto     => {
+    type            => 'one to one',
+    class           => 'SL::DB::Shipto',
+    column_map      => { id => 'trans_id' },
+    query_args      => [ module => 'AP' ],
+  },
 );
 
 __PACKAGE__->meta->initialize;