Bug 8516

Summary: Add a "Street Address" search option to the patrons search
Product: Koha Reporter: MJ Ray (software.coop) <mjr>
Component: PatronsAssignee: MJ Ray (software.coop) <mjr>
Status: CLOSED FIXED QA Contact: Jonathan Druart <jonathan.druart>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, jonathan.druart, kyle.m.hall, mirko, paul.poulain
Version: 3.10   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 7544    
Bug Blocks: 9407    
Attachments: Add Street Address searchfields set to patrons search header widget
Add Street Address searchfields set to patrons search header widget

Description MJ Ray (software.coop) 2012-07-27 16:02:22 UTC
Add a "Street Address" search option to the patrons search. Patch to follow, but it's basically adding
          <option value='streettype,address,address2,city,state,zipcode,country'>Street Address</option>
to the searchfields select.
Comment 1 MJ Ray (software.coop) 2012-07-27 16:07:37 UTC Comment hidden (obsolete)
Comment 2 Mirko Tietgen 2012-07-27 23:02:28 UTC
Created attachment 11176 [details] [review]
Add Street Address searchfields set to patrons search header widget

http://bugs.koha-community.org/show_bug.cgi?id=8516
Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Comment 3 Jonathan Druart 2012-07-30 13:53:00 UTC
Marking as Passed QA, simple patch, works as expected.