https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17338 --- Comment #12 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Created attachment 179670 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179670&action=edit Bug 17338: Fix anchor to redirect properly when canceling holds over X To test: 1. Place multiple holds, good to have at least 4, for pickup at a location, I used Nick's handy script 2. Perl misc/cronjobs/holds/build_holds_queue.pl 3. Check in at least 4 items for pickup at one location so they'll be wating 4. Update the expiration date on those holds using ktd --dbshell update reserves set expirationdate = DATE('2024-01-01') where branchcode='CPL'; 5. On Circulation > Holds waiting past their expiration date tab use the cancel button that is in the actions column to cancel a hold The page loads on the Holds waiting tab, although in the url you see /circ/waitingreserves.pl#holdsover 6. APPLY PATCH 7. Try 1 - 5 again, this time after step 5 you should be redirected. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.