X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FPart.pm;h=7fd35d80ef2e0120c4da93560b6c0b4a7219e907;hb=1663057f67e6dc72fd492d52e5a97b659ec90f63;hp=f95be9bfd9783e9f56decf00840793b20f0630ac;hpb=36922218f4d6e25152d06d6fa44ed94360e284ab;p=kivitendo-erp.git diff --git a/SL/DB/Part.pm b/SL/DB/Part.pm index f95be9bfd..7fd35d80e 100644 --- a/SL/DB/Part.pm +++ b/SL/DB/Part.pm @@ -32,6 +32,7 @@ __PACKAGE__->meta->add_relationships( makemodels => { type => 'one to many', class => 'SL::DB::MakeModel', + manager_args => { sort_by => 'sortorder' }, column_map => { id => 'parts_id' }, }, translations => {