From 08e81b228ede9b63f1649dcc5f6785280f859a4a Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 15 Nov 2016 17:37:24 +0000 Subject: [PATCH] Bug 17634: Unit test t/db_dependent/ArticleRequests.t is failing Test Plan: 1) prove t/db_dependent/ArticleRequests.t 2) Apply this patch 3) prove t/db_dependent/ArticleRequests.t Signed-off-by: Tomas Cohen Arazi --- Koha/ArticleRequest.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/ArticleRequest.pm b/Koha/ArticleRequest.pm index 217e187..8ca0de8 100644 --- a/Koha/ArticleRequest.pm +++ b/Koha/ArticleRequest.pm @@ -28,6 +28,7 @@ use Koha::Items; use Koha::Libraries; use Koha::ArticleRequest::Status; use Koha::DateUtils qw(dt_from_string); +use C4::Letters qw(GetPreparedLetter); use base qw(Koha::Object); -- 2.7.4