From e98262a912371f0268a12400e038370b7885a7bb Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 31 Oct 2019 13:52:05 -0400 Subject: [PATCH] Bug 23934: Item level holds not checked for LocalHoldsPriority in Holds Queue --- 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.21.0 (Apple Git-122)