Revert "Bug 17634: Unit test t/db_dependent/ArticleRequests.t is failing"
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 16 Nov 2016 07:23:19 +0000 (07:23 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Wed, 16 Nov 2016 10:57:56 +0000 (10:57 +0000)
This reverts commit 75f75101585d795ab6b0e4e40f585b21e0f841cb.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/ArticleRequest.pm

index 8ca0de8..217e187 100644 (file)
@@ -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);