]> git.koha-community.org Git - koha.git/commit
Bug 5674: patron name sort ignoring case when placing holds.
authorGarry Collum <gcollum@gmail.com>
Wed, 1 Feb 2012 17:35:27 +0000 (12:35 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 20 Feb 2012 02:00:13 +0000 (21:00 -0500)
commit07524b0de370211ebe5ff9fcb9f7077c633b0ef7
treee4ca15e2bbb460f830b8a9f91e65366e9d694c17
parent7d38b3857aea14d0c6d3b60f95df517dd01c9f44
Bug 5674: patron name sort ignoring case when placing holds.

Fixes the patron name sorting when placing holds.

Testing - See Bug 5674.
Create two patrons.  One named SMITH, THOMAS and the other Smith, John.
Search for an item to place on request.  Do a patron search for Smith.

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Confirm both the original bug and the fix, sorting is correct now.
Patch does not change status of tests - prove t t/db_dependent xt no different from master.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(cherry picked from commit e1d948ecd69b802917272b2bc73e11fabc2a0e88)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
reserve/request.pl