From d2e2707e233b528ad31b27ac6ea466db50c1eabd Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Fri, 26 Jul 2019 14:33:46 +0100 Subject: [PATCH] Bug 23384: Fix "strict subs" error This patch explicitly imports Koha::ArticleRequest::Status to avoid the strict subs error described in the bug. --- Koha/Patron.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Patron.pm b/Koha/Patron.pm index fca796ff28..4e6349e3fc 100644 --- a/Koha/Patron.pm +++ b/Koha/Patron.pm @@ -28,6 +28,7 @@ use Text::Unaccent qw( unac_string ); use C4::Context; use C4::Log; use Koha::Account; +use Koha::ArticleRequest::Status; use Koha::AuthUtils; use Koha::Checkouts; use Koha::Club::Enrollments; -- 2.11.0