]> git.koha-community.org Git - koha.git/commit
Bug 31112: (follow-up) Bring back the check for non-priority holds
authorJoonas Kylmälä <joonas.kylmala@iki.fi>
Mon, 22 Aug 2022 19:02:03 +0000 (19:02 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 31 Oct 2022 17:41:53 +0000 (17:41 +0000)
commit35c6fcec5fa477389b723a866c77ff11588a2909
treebadbc279cccc119c7aa493cce9b93e9136d0e1f4
parent9ee11b302f4a0b74688d85f18657c02a407a8a01
Bug 31112: (follow-up) Bring back the check for non-priority holds

Before the changes from bug 31112 when CheckReserves returned a
non-priority hold we didn't return "on_reserve" status but checked in
addition to that whether there are any priority holds and if there
were, only then we returned the "on_reserve" error.

Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 8ad992630181413d3be9935309b61d50d2e3a951)

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