Koha/t/db_dependent/Circulation
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
..
IssuingRules Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00
Branch.t Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00
CalcDateDue.t Bug 18226 - Remove "use Test::DBIx::Class" instantiations' dangerous code duplication. Replace mock_dbh 2 2017-06-05 17:52:47 -03:00
CalcFine.t
CheckIfIssuedToPatron.t Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00
CheckValidBarcode.t
dateexpiry.t
GetHardDueDate.t Bug 16344: Fix test in GetHardDueDate.t 2017-05-24 12:29:43 -03:00
GetPendingOnSiteCheckouts.t Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00
GetTopIssues.t Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00
IsItemIssued.t Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00
issue.t Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00
MarkIssueReturned.t
NoIssuesChargeGuarantees.t
OfflineOperation.t
Returns.t Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00
StoreLastBorrower.t Bug 16966: Koha::Patrons - Move AnonymiseIssueHistory tests 2017-03-03 17:20:02 +00:00
SwitchOnSiteCheckouts.t Bug 17680: C4::Circulation - Remove GetItemIssue, simple calls 2017-07-10 12:06:37 -03:00
TooMany.t
transfers.t