From 19321adfa68865d8d022c525fec525ad72d5ece1 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 10 Aug 2021 14:04:28 -0300 Subject: [PATCH] Bug 27945: (QA follow-up) Fix exception POD Content-Type: text/plain; charset=utf-8 Signed-off-by: Tomas Cohen Arazi Signed-off-by: David Nind Signed-off-by: Marcel de Rooy --- Koha/Exceptions/ArticleRequest.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Koha/Exceptions/ArticleRequest.pm b/Koha/Exceptions/ArticleRequest.pm index f9fac5969e..ef0f25769e 100644 --- a/Koha/Exceptions/ArticleRequest.pm +++ b/Koha/Exceptions/ArticleRequest.pm @@ -37,10 +37,9 @@ Koha::Exceptions::ArticleRequest - Base class for ArticleRequest exceptions Generic ArticleRequest exception -=head2 Koha::Exceptions::ArticleRequest::IsNotCredit +=head2 Koha::Exceptions::ArticleRequest::LimitReached -Exception to be used when an action on an account line requires it to be a -credit and it isn't. +Exception to be used when the article request limit has been reached. =cut -- 2.20.1