X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/506306749ca4460de425872f46de0fa94289b617..70ff48b402fcd79c156c7594c43acf12d78a4480:/SL/DB/Part.pm diff --git a/SL/DB/Part.pm b/SL/DB/Part.pm index 1f7f7e637..22fbc1b4c 100644 --- a/SL/DB/Part.pm +++ b/SL/DB/Part.pm @@ -51,12 +51,6 @@ __PACKAGE__->meta->add_relationships( class => 'SL::DB::Translation', column_map => { id => 'parts_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 = 'IC')" ] ], - }, ); __PACKAGE__->meta->initialize;