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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 16 Mar 2023 19:10:54 +0000 (16:10 -0300)
commit042cba5db1ee7752304e2e03c9a7b239ffe88735
treedb1fe537b9f932803cc5cb854c1ca8cd02789d6c
parent788363e4160d9d7fb7c13dd5c9822b4740573e68
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>
C4/Circulation.pm