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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 18 Mar 2024 09:14:59 +0000 (10:14 +0100)
commit5a281485c67f2ee34b35fe741cb019e6e97fe075
tree0b49509f3bd89fc79c10937822ec8426d2f217ad
parent9f10949c6b55a92850963683bd8b1747b0364e71
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>
(cherry picked from commit 4d2df6f9859ddc1f1d96008a6b3373380f0913d7)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/Hold.pm