From 4a321182e087852666b2aa2196ea0d3d2bb6b783 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 Content-Type: text/plain; charset=utf-8 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. Signed-off-by: Marcel de Rooy --- Koha/Patron.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Patron.pm b/Koha/Patron.pm index 015cb41..f7970ea 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.1.4