Koha/C4/SIP/ILS/Transaction
Jonathan Druart 2b90ea2cb0 Bug 17829: Move GetMember to Koha::Patron
GetMember returned a patron given a borrowernumber, cardnumber or
userid.
All of these 3 attributes are defined as a unique key at the DB level
and so we can use Koha::Patrons->find to replace this subroutine.
Additionaly GetMember set category_type and description.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-07-10 13:14:19 -03:00
..
Checkin.pm Bug 12021 - SIP2 checkin should alert on transfer and use CT for return branch 2017-04-21 10:29:20 -04:00
Checkout.pm Bug 16011: $VERSION - Remove the $VERSION init 2016-03-24 17:20:28 +00:00
FeePayment.pm Bug 16895 [QA Followup] - Don't require fee payment to be exact full payment 2017-04-21 10:59:53 -04:00
Hold.pm Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00
Renew.pm Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00
RenewAll.pm Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00