Bug 13232

Summary: patron letter browse not working
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: PatronsAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: gmcharlt, kyle.m.hall, tomascohen
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14562
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 13232: Search patrons by a first letter should not redirect to a patron detail page
Bug 13232: Search patrons by a first letter should not redirect to a patron detail page
[PASSED QA] Bug 13232: Search patrons by a first letter should not redirect to a patron detail page

Description Nicole C. Engard 2014-11-11 14:01:08 UTC
I just pulled master a few minutes ago, went to the patron module and clicked 'E' it gave me a patron named John Stewart - that was the only result. I do have patrons with last names that start with E - like mine. I think the alphabet filters on the patron search page are not working as expected.
Comment 1 Nicole C. Engard 2014-11-11 14:26:58 UTC
Here's a video: http://screencast.com/t/z7UCKT57Olp
Comment 2 Jonathan Druart 2014-11-12 09:08:11 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2014-11-12 13:29:39 UTC
You can only reproduce it if you have a patron with a cardnumber==""
Comment 4 Chris Cormack 2014-11-13 08:10:35 UTC Comment hidden (obsolete)
Comment 5 Katrin Fischer 2014-11-13 20:31:50 UTC
Created attachment 33534 [details] [review]
[PASSED QA] Bug 13232: Search patrons by a first letter should not redirect to a patron detail page

Bug 12833 allows to find a patron with his cardnumber.
But this won't never append if the firstletter parameter is given.

Actually the firstletter param is the only one to take into account if
it exists.

Test plan:
Search patrons by a first letter and verify that the feature is back.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>

To reproduce the problem you need at least one borrower with a blank
cardnumber

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
works as descrobed, no problems found.
Comment 6 Tomás Cohen Arazi 2014-11-14 12:37:33 UTC
Patch pushed to master.

Thanks Jonathan!