X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d7e4203055156dccb2ca3fba82bbb32873ecd2e..4bcf880408fcc4270084f36520d4fd2cfd509fbc:/SL/DB/MetaSetup/Shipto.pm diff --git a/SL/DB/MetaSetup/Shipto.pm b/SL/DB/MetaSetup/Shipto.pm index 0d619eabe..f7b90d825 100644 --- a/SL/DB/MetaSetup/Shipto.pm +++ b/SL/DB/MetaSetup/Shipto.pm @@ -32,26 +32,6 @@ __PACKAGE__->meta->primary_key_columns([ 'shipto_id' ]); __PACKAGE__->meta->allow_inline_column_values(1); -__PACKAGE__->meta->relationships( - ar => { - class => 'SL::DB::Invoice', - column_map => { shipto_id => 'shipto_id' }, - type => 'one to many', - }, - - delivery_orders => { - class => 'SL::DB::DeliveryOrder', - column_map => { shipto_id => 'shipto_id' }, - type => 'one to many', - }, - - oe => { - class => 'SL::DB::Order', - column_map => { shipto_id => 'shipto_id' }, - type => 'one to many', - }, -); - # __PACKAGE__->meta->initialize; 1;