X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FPart.pm;h=22fbc1b4c0b8a62dd629821a2808b2412ccc6b20;hb=debd14edcc23a6168e827be861a052f396aee901;hp=1f7f7e63758dbc1179f4ad60226f7abe7d7d763e;hpb=e1bf173bae820584e8bafdc01ebe2e7d7537a59c;p=kivitendo-erp.git 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;