Bugzilla – Attachment 97389 Details for
Bug 20567
"Holds per record (count)" limit is not enforced after item is captured for hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20567: Count found holds for holds limit
Bug-20567-Count-found-holds-for-holds-limit.patch (text/plain), 870 bytes, created by
Kyle M Hall (khall)
on 2020-01-15 11:44:38 UTC
(
hide
)
Description:
Bug 20567: Count found holds for holds limit
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2020-01-15 11:44:38 UTC
Size:
870 bytes
patch
obsolete
>From 206eac0f706feb6ad832c52ca44c5af4958f4411 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 14 Jan 2020 10:34:48 +0100 >Subject: [PATCH] Bug 20567: Count found holds for holds limit > >Signed-off-by: Hans Palsson <hans.palsson@hkr.se> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > C4/Reserves.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >index 503771e914..05d5910812 100644 >--- a/C4/Reserves.pm >+++ b/C4/Reserves.pm >@@ -392,7 +392,6 @@ sub CanItemBeReserved { > { > borrowernumber => $borrowernumber, > biblionumber => $item->biblionumber, >- found => undef, # Found holds don't count against a patron's holds limit > } > ); > if ( $holds->count() >= $holds_per_record ) { >-- >2.21.1 (Apple Git-122.3)
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 20567
:
74042
|
97336
|
97337
|
97386
|
97387
|
97388
| 97389