X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FPart.pm;h=e98b0c4d7d0ec0c875440675d9b13194a27087bc;hb=24e928a5db664197697cdee8a0d65937845bea24;hp=f1a71251e924684ddd16fbbec0a9c78a625aecff;hpb=ca247333e470aefad12228a8a17c7d76bc598c74;p=kivitendo-erp.git diff --git a/SL/DB/Part.pm b/SL/DB/Part.pm index f1a71251e..e98b0c4d7 100644 --- a/SL/DB/Part.pm +++ b/SL/DB/Part.pm @@ -61,6 +61,7 @@ __PACKAGE__->meta->add_relationships( type => 'one to many', class => 'SL::DB::AssortmentItem', column_map => { id => 'assortment_id' }, + manager_args => { sort_by => 'position' }, }, history_entries => { type => 'one to many',