Bug 29737: Fix suspend from hold list
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 20 Dec 2021 12:45:04 +0000 (13:45 +0100)
committerKyle Hall <kyle@bywatersolutions.com>
Fri, 14 Jan 2022 13:38:07 +0000 (08:38 -0500)
commit3355e2eb1a2b5d1bf2198ac63609817ac73fb422
treebb091e23d3c22300205e894cc7ca03c1649b0279
parent68de5d3da21b3c3a2bce77dd238a5189d7743ea3
Bug 29737: Fix suspend from hold list

From holds list of a bibliographic record, the "unsuspend" button does not work as expected.
The form is submitted but the suspension is still there.

There are 3 requests, 2 GET and 1 POST.
One of the GET is rejected by Firefox (NS_BINDING_ABORTED)

Test plan:
Place some items on hold, play with suspend/unsuspend from the hold list
/cgi-bin/koha/reserve/request.pl?biblionumber=XX

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc
koha-tmpl/intranet-tmpl/prog/js/holds.js