Bug 35997: Cancelling a hold should remove the hold from the queue
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 5 Feb 2024 19:44:46 +0000 (14:44 -0500)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 15 Mar 2024 14:39:07 +0000 (15:39 +0100)
commit4d2df6f9859ddc1f1d96008a6b3373380f0913d7
treee4f2d4eaafebb8108745d0cd1a42a4f372a8a9ba
parenteff15066b29e481728c023b4646d0e0947764662
Bug 35997: Cancelling a hold should remove the hold from the queue

Test plan:
1) Place a hold for a record for a patron
2) Build the holds queue
3) Note the holds queue contains a match for that patron and record
4) Cancel the holds queue
5) Reload the holds queue page, note the match for  that patron and
   record is gone!

Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Hold.pm