From a68b5365d228100a75aa05d86b14a1372b3c075c Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 8 Jul 2021 09:30:34 +0000 Subject: [PATCH] Bug 27944: Add missing Status module Test plan: perl -c the module or run qa tools Signed-off-by: Marcel de Rooy --- Koha/ArticleRequest.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/ArticleRequest.pm b/Koha/ArticleRequest.pm index b73f5ff81f..973d7a161a 100644 --- a/Koha/ArticleRequest.pm +++ b/Koha/ArticleRequest.pm @@ -26,6 +26,7 @@ use Koha::Biblios; use Koha::Items; use Koha::Libraries; use Koha::DateUtils qw( dt_from_string ); +use Koha::ArticleRequest::Status; use base qw(Koha::Object); -- 2.25.1