Summary: | Staff client - placing holds - patron name sort not ignoring letter case | ||
---|---|---|---|
Product: | Koha | Reporter: | bchurch |
Component: | Hold requests | Assignee: | Garry Collum <gcollum> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | minor | ||
Priority: | P5 - low | CC: | gmcharlt, nengard, paul.poulain, smoreland, wizzyrea |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5609 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Proposed patch
[Signed Off] Bug 5674: patron name sort ignoring case when placing holds. |
Description
bchurch
2011-01-31 15:51:30 UTC
Created attachment 7414 [details] [review] Proposed patch Created attachment 7418 [details] [review] [Signed Off] 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. QA comment: tiny patch, nothing to say This fix was included in the 3.6.x branch prior to 3.6.4. |