X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/593ce36a24202c0d83496a4bfe701874d56dbe60..ea8bf9733e420ae3c74fdfc2765e9f2aa9da2815:/SL/DB/Part.pm?ds=sidebyside diff --git a/SL/DB/Part.pm b/SL/DB/Part.pm index 09fdc0d9e..e095506f1 100644 --- a/SL/DB/Part.pm +++ b/SL/DB/Part.pm @@ -21,6 +21,7 @@ __PACKAGE__->meta->add_relationships( assemblies => { type => 'one to many', class => 'SL::DB::Assembly', + manager_args => { sort_by => 'position, oid' }, column_map => { id => 'id' }, }, prices => {