X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FInvoice.pm;h=54da8fa7ff00f84a9d7990b43c3f59336761c20f;hb=c9d5cc7f38af8db81fcfd11fac6cda62935d41c3;hp=76531e91964f7b4433a09d2466206cae8843460c;hpb=2011816080c4a2fc413edca52a7ee6c792d17ca9;p=kivitendo-erp.git diff --git a/SL/DB/Invoice.pm b/SL/DB/Invoice.pm index 76531e919..54da8fa7f 100644 --- a/SL/DB/Invoice.pm +++ b/SL/DB/Invoice.pm @@ -39,6 +39,12 @@ __PACKAGE__->meta->add_relationship( column_map => { id => 'ar_id' }, manager_args => { with_objects => [ 'sepa_export' ] } }, + sepa_exports => { + type => 'many to many', + map_class => 'SL::DB::SepaExportItem', + map_from => 'ar', + map_to => 'sepa_export', + }, custom_shipto => { type => 'one to one', class => 'SL::DB::Shipto',