Bugzilla – Attachment 97197 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), 1.43 KB, created by
Jonathan Druart
on 2020-01-10 13:05:42 UTC
(
hide
)
Description:
Bug 23934: Item level holds not checked for LocalHoldsPriority in Holds Queue
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-01-10 13:05:42 UTC
Size:
1.43 KB
patch
obsolete
>From 81427b2a9d5eed223a5c09dd993d817e04c4114c 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 > >Test plan: >- Set LocalHoldsPriority to "Give priority for filling holds to patrons >whose pickup library matches the item's holding library" >- set yourself at Library A >- find at item at Library A >- place an item-level hold (Hold 1) for item for pickup at Library B >- set an item-level hold (Hold 2) for item for pickup at Library A >- Confirm Hold 1 shows priority=1 >- Check in item >- confirm item would be captured for Hold 2, ignore hold >- run holds queue >- check item in >- confirm item is captured for Hold 2 > >Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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