]> 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 03:27:42 +0000 (22:27 -0500)
commitc4f9f7d473697fb7be8090613356ca64deb5e739
tree71788593784737f4507471afb214c4b6c7c6ee03
parent8e702f32a8f657682a2653307e9a0ff4b09bb975
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>
(cherry picked from commit 07524b0de370211ebe5ff9fcb9f7077c633b0ef7)

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