http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5526 Summary: List of lists should be in alphabetical order by list name Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All OS/Version: All Status: ASSIGNED Severity: enhancement Priority: P5 Component: Virtual Shelves AssignedTo: oleonard@myacpl.org ReportedBy: oleonard@myacpl.org QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 The list of patron's lists comes from VirtualShelves.pm's GetShelves, which includes this in the SQL: ORDER BY virtualshelves.category DESC I think it makes more sense to order by virtualshelves.shelfname. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.