Bug 8753 - Use Koha::Borrowers instead of C4::Members
authormxbeaulieu <maxime.beaulieu@inlibro.com>
Fri, 24 Jul 2015 20:16:03 +0000 (16:16 -0400)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Wed, 27 Jan 2016 06:40:53 +0000 (06:40 +0000)
commit0f2aea716a9cbdb3431872a8bff2002b3e2e77be
treece7bc680e9945866018a6e52a78c81d3b5104a18
parentb99f1dcbfcc1f3a6736a3f1bcc0a2debaba0cefb
Bug 8753 - Use Koha::Borrowers instead of C4::Members

Use the new library to search for borrowers.
Changed how the $borrower variable is used since it is now a Koha::Borrower object.

Removed the $protocol parameter from the generated link. It should be included in the OPACBaseURL syspref.

modified:   C4/Passwordrecovery.pm
modified:   opac/opac-password-recovery.pl

Signed-off-by: Marc Veron <veron@veron.ch>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
C4/Passwordrecovery.pm
opac/opac-password-recovery.pl