]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Part.pm
Bei Sortimenten Sortimentsartikel nach 'position' sortieren
[mfinanz.git] / SL / DB / Part.pm
index f1a71251e924684ddd16fbbec0a9c78a625aecff..e98b0c4d7d0ec0c875440675d9b13194a27087bc 100644 (file)
@@ -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',