X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FPart.pm;h=f1a71251e924684ddd16fbbec0a9c78a625aecff;hb=b24dfcbb7755c7c2d3389185091f951755de463c;hp=581b468d5056734122d868c01f41a6aa9494510e;hpb=5a2af3414e6a5f0fa4811194b42a3d155f414acb;p=kivitendo-erp.git diff --git a/SL/DB/Part.pm b/SL/DB/Part.pm index 581b468d5..f1a71251e 100644 --- a/SL/DB/Part.pm +++ b/SL/DB/Part.pm @@ -32,7 +32,7 @@ __PACKAGE__->meta->add_relationships( assemblies => { type => 'one to many', class => 'SL::DB::Assembly', - manager_args => { sort_by => 'position, oid' }, + manager_args => { sort_by => 'position' }, column_map => { id => 'id' }, }, prices => {