Bug 20514: Use streetnumber when searching for patrons by address
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Sat, 11 May 2019 15:23:28 +0000 (10:23 -0500)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 15 May 2019 12:10:53 +0000 (12:10 +0000)
commit97ec0a2e4bf76cf2e67a7ddbd463d9942a4fe383
tree2dabe0143568e62c523a40b65560697b96e1fa8c
parent5410186f6829fc4b74a845e8954bd7eea3f19862
Bug 20514: Use streetnumber when searching for patrons by address

The streetnumber field was ignored from the search.

Test plan:
Create a patron with streetnumber="12", address="rue des cerisiers"
Search for patrons using the search field "street address"
using: 12 rue des cerisiers
=> Without this patch the patron will not be returned
=> With this patch applied it will!

Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Utils/DataTables/Members.pm