https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36103 --- Comment #2 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- Created attachment 162492 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162492&action=edit Bug 36103: Remove cancel-hold class 1. Open the "Holds" tab of a record with an item level hold. 2. Select a patron from the patron search. 3. Click on the "Cancel hold" link. (Link appears as it should, e.g. "modrequest.pl?CancelBiblioNumber=58&CancelBorrowerNumber=5&CancelItemnumber=125"). 4. Popup appears. Click "Confirm cancellation". 5. Page loads. Instead of the correct data for the hold to cancel, all of the values in the URL are null, i.e. "request.pl?action=cancel&borrowernumber=undefined&biblionumber=undefined&reserve_id=undefined". The hold is not cancelled. 6. Apply patch. Repeat. Notice it now cancels the hold as expected. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.