From 0a102d33dd55220c2102cf398dce1459dddb1e15 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 Signed-off-by: Tomas Cohen Arazi --- 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.30.2