]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1508208: Only look at holds that age protection allows
authorMike Rylander <mrylander@gmail.com>
Tue, 10 Dec 2019 22:17:38 +0000 (17:17 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 28 Oct 2020 20:56:03 +0000 (16:56 -0400)
commit0faf4297582f6b1dea21d4d5b7bc016bdf8f8baa
tree91e9aa1ea93e6b42ebc9883bf74b1158d7072f54
parent4b138835e69538621bf3f85418bf47251df1912a
LP#1508208: Only look at holds that age protection allows

When hold capture is attempted, we look at (currently) the first 100
holds ordered by Best Hold Sort Selection Order.  If a very long list
of holds are targetting an age-protected item then op capture may not
have a chance to see a viable hold for that copy.

This commit attempts to take into account the age protection currently
set for the copy by restricting the holds to just those where the
hold-copy-map proximity is less than or equal to the maximum proximity
allowed by the age protection.  This works now because we store the
hold proximity in the hold copy map, where we did not before.

Being based on the hold-copy-map proximity, which is calculated
proximity, means this is an approximation and the final hold capture
logic may still reject some holds for the copy.  Likewise, this does
not entirely eliminate the possibility that there may be a better hold
to capture the copy for if the in-range set of holds is very, very
long, but this should allow hold capture to proceed if even
imperfectly.

If no age protection is set for the copy, the current behavior
(looking at all holds) is maintained.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm