Bugzilla – Attachment 96163 Details for
Bug 23934
Item level holds not checked for LocalHoldsPriority in Holds Queue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23934: Item level holds not checked for LocalHoldsPriority in Holds Queue
Bug-23934-Item-level-holds-not-checked-for-LocalHo.patch (text/plain), 879 bytes, created by
ByWater Sandboxes
on 2019-12-10 15:10:15 UTC
(
hide
)
Description:
Bug 23934: Item level holds not checked for LocalHoldsPriority in Holds Queue
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2019-12-10 15:10:15 UTC
Size:
879 bytes
patch
obsolete
>From d14aa70e35e217d0681f92d3530f4eb81aa45bd8 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 31 Oct 2019 13:52:05 -0400 >Subject: [PATCH] Bug 23934: Item level holds not checked for > LocalHoldsPriority in Holds Queue > >Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> >--- > C4/HoldsQueue.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/HoldsQueue.pm b/C4/HoldsQueue.pm >index 774e247738..5f2c2c556c 100755 >--- a/C4/HoldsQueue.pm >+++ b/C4/HoldsQueue.pm >@@ -400,7 +400,6 @@ sub MapItemsToHoldRequests { > C4::Context->preference('LocalHoldsPriorityItemControl'); > > foreach my $request (@$hold_requests) { >- next if (defined($request->{itemnumber})); #skip item level holds in local priority checking > last if $num_items_remaining == 0; > > my $local_hold_match; >-- >2.11.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 23934
:
94908
|
94923
|
94924
|
94926
|
94929
|
94930
|
96163
|
97196
|
97197