X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6f119b5bf5a32ba3ae4b1b1579e91bd48d52c0a3..541676120a6d930b57d4bcb3193a096b70194c3e:/SL/DB/Part.pm 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',