Bug 9834: Preserve biblio level hold preference on reverting waiting status
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 6 Jun 2019 19:50:05 +0000 (14:50 -0500)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Sat, 15 Jun 2019 07:00:28 +0000 (08:00 +0100)
commitfd5d274d3a351e70ed2008dccaf9b40905910390
treec3a080b8e47c6a590298883872b1ead6a64e6608
parent3820d708a6e3b0a4920f96937fbfdcfaf5ee4d92
Bug 9834: Preserve biblio level hold preference on reverting waiting status

When the waiting status of a hold is revert we want to preserve the
level hold preference of the user.

Test plan:
Place a hold at biblio level
Confirm the hold
Revert the waiting hold

=> The hold must still be considered as a biblio level hold ("next
available item")

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Reserves.pm