From 7588dc79733de2f09d886b0abfdf12898494ac34 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 Signed-off-by: Nick Clemens --- 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.20.1