[Koha-bugs] [Bug 17554] Move GetBorrowersWithEmail to Koha::Patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 4 15:49:53 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17554

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #57207|0                           |1
        is obsolete|                            |

--- Comment #2 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 57208
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57208&action=edit
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 Persona for login
http://translate.koha-community.org/manual/master/en/html-desktop/#mozillapersona

For QA: Note that this is also use for the PKI authentication
But as the code is the same I don't think it's needed to test both.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list