-__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',
- },
-);
-