Bug 17554: Koha::Patrons - Remove GetBorrowersWithEmail
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 4 Nov 2016 14:43:21 +0000 (14:43 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 5 Jul 2017 16:43:21 +0000 (13:43 -0300)
commit69ddc094345e995aabf0b0be79813c2019419caa
tree374fc46da8fa608c59834d508001e960669dab0f
parentadff45cd8de804cf64f73ff3fec2fe0151a9e6b5
Bug 17554: Koha::Patrons - Remove GetBorrowersWithEmail

C4::Members::GetBorrowersWithEmail can be easily replaced with
Koha::Patrons->search({ email => $email });

Test plan:
Confirm that you are still able to use PKI authentication

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Auth.pm
C4/Members.pm