Bugzilla – Attachment 125569 Details for
Bug 27945
Limit the number of active article requests per patron category
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27945: (QA follow-up) Clarify behavior in POD
Bug-27945-QA-follow-up-Clarify-behavior-in-POD.patch (text/plain), 880 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2021-09-30 18:59:53 UTC
(
hide
)
Description:
Bug 27945: (QA follow-up) Clarify behavior in POD
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-09-30 18:59:53 UTC
Size:
880 bytes
patch
obsolete
>From cb71b534df7d0206eef461eef42d224d0ee739e2 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >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 <tomascohen@theke.io> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27945
:
123217
|
123218
|
123219
|
123220
|
123714
|
123715
|
123774
|
123775
|
123776
|
123777
|
123778
|
123820
|
124066
|
124067
|
124068
|
124069
|
124070
|
124071
|
124072
|
124073
|
124074
|
124075
|
124076
|
124077
|
124078
|
124079
|
124284
|
124285
|
124633
|
124673
|
124674
|
124675
|
124676
|
124677
|
124678
|
124679
|
124680
|
124681
|
124682
|
125140
|
125142
|
125143
|
125144
|
125145
|
125146
|
125147
|
125148
|
125149
|
125150
|
125151
|
125152
|
125178
|
125179
|
125569
|
125571
|
125638
|
125690
|
125702
|
125703
|
125704
|
125705
|
125706
|
125707
|
125726
|
125741
|
125761