From 595b8e40f8c860bc8667290fd10665b409dc0ead 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 f0ab2d4d3e..b3bb01cb3d 100644 --- a/Koha/Patron.pm +++ b/Koha/Patron.pm @@ -27,6 +27,7 @@ use Text::Unaccent qw( unac_string ); use C4::Context; use C4::Log; +use Koha::ArticleRequest::Status; use Koha::AuthUtils; use Koha::Checkouts; use Koha::Database; -- 2.11.0