Bug 32878: (follow-up) Exclude non_priority holds
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 15 Mar 2023 15:24:32 +0000 (15:24 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 26 May 2023 06:22:10 +0000 (07:22 +0100)
commitb70ad361aa42153d2baf9df473d463e15afe3fcf
treeae8eb8b21e699e41b0ef67fd1ced04e265f0238e
parent027ecfa640a07c385f88f2b31cb6d1135f043878
Bug 32878: (follow-up) Exclude non_priority holds

This patch filters out non_priorty holds in the on_reserve condition.

Test plan
1) Run t/db_dependant/Holds.t
2) Note it fails without this patch
3) Apply patch
4) Re-run the above test, note it now passes

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 042cba5db1ee7752304e2e03c9a7b239ffe88735)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Circulation.pm