6 Jul
2017
6 Jul
'17
9:16 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17829 --- Comment #11 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 64872 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64872&action=edit 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> -- You are receiving this mail because: You are watching all bug changes.