https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42116 --- Comment #5 from David Nind <david@davidnind.com> --- For step 3 (for holds), deleting a hold from the holds tab under [Patron account] > Check out > Holds, does not delete the hold. There are two holds, clicking the delete icon for a hold (the last one), does not actually delete it. That is, there are still two holds. If you switch between the Holds and Check out sections, it shows 2 holds. This is the same before and after the patch, so another bug somewhere. As there is no change before and after the patch, let me know if this is OK for sign off. Let me know if you want the exact steps I followed. Everything else continues to work the same before and after the patch. git grep shows four entries before and none after the patch: git grep -n "e.preventDefault;" koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js:79: e.preventDefault; koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js:96: e.preventDefault; koha-tmpl/intranet-tmpl/prog/js/holds.js:757: e.preventDefault; koha-tmpl/intranet-tmpl/prog/js/holds.js:2019: e.preventDefault; -- You are receiving this mail because: You are watching all bug changes.