https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24194 --- Comment #88 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. Step 13 - misc/cronjobs/holds/cancel_expired_holds.pl: 1.1 Add a hold 1.2 Use SQL set the hold date so that it has an expirationdate in the past: - Access the database: koha-mysql kohadev - View the holds: select * from reserves; - Update the hold so that date is in the past, example: update reserves set expirationdate="2026-01-05" where reserve_id=82; 1.3 If ReserveExpiration is set to "Enable", when you run misc/cronjobs/holds/cancel_expired_holds.pl the hold is no longer shown in the holds table for the record 1.3 If ReserveExpiration is set to "Disable", when you run misc/cronjobs/holds/cancel_expired_holds.pl the hold is still shown in the holds table for the record -- You are receiving this mail because: You are watching all bug changes.