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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 26 Aug 2022 18:59:12 +0000 (15:59 -0300)
commit2eb053603d9df3b03f4ee0ec54f84a697aab8716
tree08d4b86e85299d4b6196b653e574acd9bffd8c43
parent4676ce1a03fee089c4aa51a49ecc646afb91450a
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>
C4/Circulation.pm