X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ca247333e470aefad12228a8a17c7d76bc598c74..d4c5ff04f33e7fe29e079c4489c4126a7ea2493c:/SL/DB/Part.pm?ds=inline 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',