X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FAssembly.pm;h=767ba411bdab020ef179914bd292b17e46b54058;hb=a68089fb83a276f3ce78e5bd145c1cf05cc9a762;hp=22312144c8cba79f15d57cc2a89612455abcf0d8;hpb=dd6282f6e20d531511ae35cadc491a8c7ab8bad5;p=kivitendo-erp.git diff --git a/SL/DB/Assembly.pm b/SL/DB/Assembly.pm index 22312144c..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 => 'many 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;