X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FAssembly.pm;h=22312144c8cba79f15d57cc2a89612455abcf0d8;hb=3873daa9d435d39692982b1f1532ee770f9d0239;hp=2bc9c16b866ae3b78735b10a94653351b950f125;hpb=6cf3f7762efd40bee49a2b8f11bb4ab6915d9071;p=kivitendo-erp.git 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' }, },