From 38d78bdcb91901c8db976877ebde0e82725eed32 Mon Sep 17 00:00:00 2001 From: Alex Buckley Date: Fri, 21 Jul 2017 08:47:48 +0000 Subject: [PATCH] Bug 18987 - Added Koha::Account package pragma to Patron.pm Test plan: 1. On an up to date branch go to Patrons and try to browse for a patron by last name 2. Notice that the page processes indefinately 3. Apply patch 4. Repeat step 1 5. Notice the patron results are displayed Signed-off-by: David Cook Works as described. --- Koha/Patron.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Patron.pm b/Koha/Patron.pm index 015cb41eba..f7970eacf9 100644 --- a/Koha/Patron.pm +++ b/Koha/Patron.pm @@ -36,6 +36,7 @@ use Koha::Patron::Images; use Koha::Patrons; use Koha::Virtualshelves; use Koha::Club::Enrollments; +use Koha::Account; use base qw(Koha::Object); -- 2.12.0