]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Part.pm
Tabelle assembly bekommt eine Positionsspalte
[mfinanz.git] / SL / DB / Part.pm
index 09fdc0d9edee603a96db803c752bfd501873a630..e095506f1d27a572694035a3be22850148c540b3 100644 (file)
@@ -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         => {