Bug 31112: (QA follow-up) Fetch patrons with reserves
authorNick Clemens <nick@bywatersolutions.com>
Fri, 19 Aug 2022 13:23:05 +0000 (13:23 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 31 Oct 2022 17:41:42 +0000 (17:41 +0000)
commit9ee11b302f4a0b74688d85f18657c02a407a8a01
treeb166a8534de0c62801b41ef672628f8042b0a325
parentce478da6ab4bf48876101a28856f90d9f6434c52
Bug 31112: (QA follow-up) Fetch patrons with reserves

Previously we fetched all in a single call using biblionumbers

Fetching each individually could be a performance hit on systems
with large numbers of holds

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 2eb053603d9df3b03f4ee0ec54f84a697aab8716)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Circulation.pm