]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Customer.pm
custom_variables accessor wird jetzt vom mixin erstellt.
[mfinanz.git] / SL / DB / Customer.pm
index 7cdfde6e449411f7a8bc0eb8db36c451a50d231c..0adffbddd8d485a7fa3914e7290b439b4e79cf3e 100644 (file)
@@ -31,12 +31,6 @@ __PACKAGE__->meta->add_relationship(
     class        => 'SL::DB::Business',
     column_map   => { business_id => 'id' },
   },
-  custom_variables => {
-    type           => 'one to many',
-    class          => 'SL::DB::CustomVariable',
-    column_map     => { id => 'trans_id' },
-    query_args     => [ config_id => [ \"(SELECT custom_variable_configs.id FROM custom_variable_configs WHERE custom_variable_configs.module = 'CT')" ] ],
-  },
 );
 
 __PACKAGE__->meta->initialize;