Koha/t/db_dependent/Patron
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
..
Borrower_Debarments.t Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00
Borrower_Discharge.t Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00
Borrower_Files.t Bug 18420: Do not use 'S' as patron category code in other tests 2017-04-21 10:49:25 -04:00
Borrower_PrevCheckout.t Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00
Housebound.t Bug 5670: [QA Followup] Correct housebound role search. 2016-10-21 18:18:06 +00:00
HouseboundProfiles.t Bug 5670: Housebound Readers Module 2016-10-21 18:17:57 +00:00
HouseboundRoles.t Bug 5670: [QA Followup] Correct housebound role search. 2016-10-21 18:18:06 +00:00
HouseboundVisits.t Bug 5670: [Followup] Return Koha::Patron objects. 2016-10-21 18:17:58 +00:00