View | Details | Raw Unified | Return to bug 27945
Collapse All | Expand All

(-)a/Koha/Patron.pm (-3 / +3 lines)
Lines 960-968 sub move_to_deleted { Link Here
960
960
961
=head3 can_request_article
961
=head3 can_request_article
962
962
963
my $can_request = $borrower->can_request_article
963
    if ( $patron->can_request_article ) { ... }
964
964
965
Returns true if patron can request articles
965
Returns true if the patron can request articles. As limits apply for the patron
966
on on the same day, those completed the same day are considered as current.
966
967
967
=cut
968
=cut
968
969
969
- 

Return to bug 27945