]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Shipto.pm
Nicht mehr benötigte MetaSetups löschen: DptTrans, TranslationPaymentTerm
[mfinanz.git] / SL / DB / MetaSetup / Shipto.pm
index 0d619eabed0f5f791b7b13f8e47beb74302f0182..f7b90d825ce90994c5a948d00c51fedb79986294 100644 (file)
@@ -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;