From cb71b534df7d0206eef461eef42d224d0ee739e2 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 30 Sep 2021 15:57:00 -0300 Subject: [PATCH] Bug 27945: (QA follow-up) Clarify behavior in POD Signed-off-by: Tomas Cohen Arazi --- Koha/Patron.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Koha/Patron.pm b/Koha/Patron.pm index 967ae9a33b..6436d18bb6 100644 --- a/Koha/Patron.pm +++ b/Koha/Patron.pm @@ -960,9 +960,10 @@ sub move_to_deleted { =head3 can_request_article -my $can_request = $borrower->can_request_article + if ( $patron->can_request_article ) { ... } -Returns true if patron can request articles +Returns true if the patron can request articles. As limits apply for the patron +on on the same day, those completed the same day are considered as current. =cut -- 2.33.0