Koha/patroncards
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
..
add_user_search.pl
create-pdf.pl Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00
edit-batch.pl Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00
edit-layout.pl Bug 18246: Patron card creator: Unit not always displays properly in layouts 2017-03-22 20:58:10 +00:00
edit-profile.pl Bug 17900: Fix possible SQL injection in patron cards template editing 2017-01-30 11:19:55 +00:00
edit-template.pl Bug 17900: Fix possible SQL injection in patron cards template editing 2017-01-30 11:19:55 +00:00
home.pl
image-manage.pl Bug 17181: Simplify code 2017-01-13 12:28:07 +00:00
manage.pl Bug 17900: Fix possible SQL injection in patron cards template editing 2017-01-30 11:19:55 +00:00
print.pl Bug 18465 - Patron card creator: Print on duplex card printer 2017-07-06 14:52:54 -03:00