https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17338 --- Comment #10 from Brendan Lawlor <blawlor@clamsnet.org> --- To recreate: 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 It's only for the button in the actions column. If you select a row with the checkbox and use the cancel selected button it keeps you on the same tab -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.