[Koha-bugs] [Bug 36103] "Cancel hold" link broken for item level holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 27 12:03:04 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36103

--- Comment #2 from Pedro Amorim <pedro.amorim at 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.


More information about the Koha-bugs mailing list