From cfc32ac1de2bff5b0dbd86dcda08596dd8756b9b 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 --- 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