]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/PaymentTerm.pm
Nicht mehr benötigte MetaSetups löschen: DptTrans, TranslationPaymentTerm
[mfinanz.git] / SL / DB / MetaSetup / PaymentTerm.pm
index 3eda536acee73bc9c233b2e29579f177583d871f..83bd6d289d4b1c5c88c14de1246d1fce3e557d31 100644 (file)
@@ -25,38 +25,6 @@ __PACKAGE__->meta->primary_key_columns([ 'id' ]);
 
 __PACKAGE__->meta->allow_inline_column_values(1);
 
 
 __PACKAGE__->meta->allow_inline_column_values(1);
 
-__PACKAGE__->meta->relationships(
-  ap => {
-    class      => 'SL::DB::PurchaseInvoice',
-    column_map => { id => 'payment_id' },
-    type       => 'one to many',
-  },
-
-  ar => {
-    class      => 'SL::DB::Invoice',
-    column_map => { id => 'payment_id' },
-    type       => 'one to many',
-  },
-
-  customer => {
-    class      => 'SL::DB::Customer',
-    column_map => { id => 'payment_id' },
-    type       => 'one to many',
-  },
-
-  oe => {
-    class      => 'SL::DB::Order',
-    column_map => { id => 'payment_id' },
-    type       => 'one to many',
-  },
-
-  parts => {
-    class      => 'SL::DB::Part',
-    column_map => { id => 'payment_id' },
-    type       => 'one to many',
-  },
-);
-
 # __PACKAGE__->meta->initialize;
 
 1;
 # __PACKAGE__->meta->initialize;
 
 1;