@@ -, +, @@ --- Koha/Exceptions/ArticleRequest.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) --- a/Koha/Exceptions/ArticleRequest.pm +++ a/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 --