Bug 20998: Only perform quicksearch if patron found with cardnumber
authorNick Clemens <nick@bywatersolutions.com>
Tue, 26 Jun 2018 15:02:02 +0000 (15:02 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 2 Jul 2018 07:16:55 +0000 (08:16 +0100)
commit3afc24c776a30fc510c23177548b8b26fd44c4c7
tree9b40be7bca18efa04b93e9947fae2fdbbd1f01c7
parentd064c25f593e49565bf0899da6bb712ddc447d39
Bug 20998: Only perform quicksearch if patron found with cardnumber

This patch makes sure we have a patron before we try to access their
branchcode and allows search to work

To recreate:
1 - Enable 'IndependentBranches'
2 - Setup a patron with all permissions, but not a superlibrarian
3 - Login to staff client as that patron
4 - Click 'Patrons' in the toolbar and try a search
5 - Internal server error
6 - Apply patch
7 - Try the search again
8 - Success!

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
members/member.pl