From 64900dc7c6511e657c890d91f0adfe05e0005e91 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 16 Nov 2016 07:23:19 +0000 Subject: [PATCH] Revert "Bug 17634: Unit test t/db_dependent/ArticleRequests.t is failing" This reverts commit 75f75101585d795ab6b0e4e40f585b21e0f841cb. Signed-off-by: Kyle M Hall --- Koha/ArticleRequest.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/ArticleRequest.pm b/Koha/ArticleRequest.pm index 8ca0de8..217e187 100644 --- a/Koha/ArticleRequest.pm +++ b/Koha/ArticleRequest.pm @@ -28,7 +28,6 @@ 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