https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41386 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |release-notes-needed --- Comment #6 from David Nind <david@davidnind.com> --- Have added my sign-off as well. Testing notes (using KTD): 1. Step 4: - Place a hold - Check in the item so that the hold is waiting - Update the database to set the expiration date for the hold in the past: . koha-mysql kohadev . update reserves set expirationdate="2026-03-15"; 2. Step 5: misc/cronjobs/holds/cancel_expired_holds.pl 3. For step 9, assume ExpireReservesMaxPickUpDelayCharge should be set back to 0.00. Tested with 0 and 0.00 and both cancelled the expired holds. -- You are receiving this mail because: You are watching all bug changes.