X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/f9676efea9ccfa01df2a57dca9c45cc8fde0d09e..ebac0f0e96bdd9f2e967c563db1c9a8917d3d146:/SL/DB/Assembly.pm diff --git a/SL/DB/Assembly.pm b/SL/DB/Assembly.pm index 2bc9c16b8..22312144c 100644 --- a/SL/DB/Assembly.pm +++ b/SL/DB/Assembly.pm @@ -9,7 +9,7 @@ use SL::DB::MetaSetup::Assembly; __PACKAGE__->meta->add_relationships( part => { - type => 'one to one', + type => 'many to one', class => 'SL::DB::Part', column_map => { parts_id => 'id' }, },