Bug 15196

Summary: Order patrons on patron lists by name
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: PatronsAssignee: Aleisha Amohia <aleisha>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: aleisha, brendan, gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15109
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32742
Change sponsored?: Sponsored Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 15196: Default sorting of patron lists
Bug 15196: Default sorting of patron lists

Description Katrin Fischer 2015-11-16 20:18:03 UTC
The patron lists patron list seems to be unordered. It would be nice if it was ordered by name.
Comment 1 Aleisha Amohia 2016-03-20 23:49:42 UTC Comment hidden (obsolete)
Comment 2 Jonathan Druart 2016-03-21 14:56:13 UTC
Created attachment 49390 [details] [review]
Bug 15196: Default sorting of patron lists

This patch sorts users by surname.
Also string fix -> Firstname to First name in column heading

To test:
1) Go to a patron list
2) Confirm it is sorted by surname
3) Add a patron that will need to slot in the middle somewhere
4) Confirm the data table sorts it correctly
5) Confirm column heading change

Sponsored-by: Catalyst IT

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 3 Brendan Gallagher 2016-03-23 23:01:12 UTC
Pushed to Master - Should be in the May 2016 release.  Thanks!