From 19355caa83848d2c9e561ab7c46ea74d270a03b3 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 Signed-off-by: Jonathan Druart --- 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.39.2