@@ -, +, @@ is failing" --- Koha/ArticleRequest.pm | 1 - 1 file changed, 1 deletion(-) --- a/Koha/ArticleRequest.pm +++ a/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); --