X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FOrder.pm;h=f037ed16a86032593a266a30b292afc68de95f25;hb=325c539c21187087e5540646c3c4e9cabd52ee84;hp=e2516ea73a6f3fdd6dac71b35dc84829c63add75;hpb=1c9c1ad92b3558fbd11e2ebb0031da402d279537;p=kivitendo-erp.git diff --git a/SL/DB/Order.pm b/SL/DB/Order.pm index e2516ea73..f037ed16a 100644 --- a/SL/DB/Order.pm +++ b/SL/DB/Order.pm @@ -30,6 +30,12 @@ __PACKAGE__->meta->add_relationship( class => 'SL::DB::PeriodicInvoicesConfig', column_map => { id => 'oe_id' }, }, + custom_shipto => { + type => 'one to one', + class => 'SL::DB::Shipto', + column_map => { id => 'trans_id' }, + query_args => [ module => 'OE' ], + }, ); __PACKAGE__->meta->initialize;