X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FAssembly.pm;h=767ba411bdab020ef179914bd292b17e46b54058;hb=7d5e8b70dc7ae6a3feddf40aa6f2cfe24ce15384;hp=2bc9c16b866ae3b78735b10a94653351b950f125;hpb=f9676efea9ccfa01df2a57dca9c45cc8fde0d09e;p=kivitendo-erp.git diff --git a/SL/DB/Assembly.pm b/SL/DB/Assembly.pm index 2bc9c16b8..767ba411b 100644 --- a/SL/DB/Assembly.pm +++ b/SL/DB/Assembly.pm @@ -7,14 +7,6 @@ use strict; use SL::DB::MetaSetup::Assembly; -__PACKAGE__->meta->add_relationships( - part => { - type => 'one to one', - class => 'SL::DB::Part', - column_map => { parts_id => 'id' }, - }, -); - # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;