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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 2 15:05:56 CEST 2017


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 #58486|0                           |1
        is obsolete|                            |

--- Comment #7 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 62956
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=62956&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 PKI authentication

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


More information about the Koha-bugs mailing list