From e7d767b11abbd98c4767f4214accdf632452bc81 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 Content-Type: text/plain; charset=utf-8 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 6b8809bc33..5e58a250b6 100644 --- a/Koha/ArticleRequest.pm +++ b/Koha/ArticleRequest.pm @@ -27,6 +27,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