From 200798222c1a5237c6c235564c758569168522ef 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 --- 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.1.4