https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41371 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #3 from David Nind <david@davidnind.com> --- Created attachment 198210 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198210&action=edit Screenshot - fee for hold waiting too long - title in the description Has this already been implemented? See the screenshot - it shows the title in the description for the "Hold waiting too long" charge. Testing notes (using KTD): 1. Step 1: - I placed a hold for "Programming perl" (biblionumber = 262) for Mary Burton (borrowernumber = 49). - Then I checked in the item (39999000011418), so that there is a waiting hold - To update the expirationdate in the database: . koha-mysql kohadev . update reserves set expirationdate = "2026-01-01"; (This updates all holds, but since this is KTD, there is only one) 2. Step 2: - Set these system preferences: . ExpireReservesMaxPickUpDelay = Allow . ExpireReservesMaxPickUpDelayCharge = 5 . Note that in Administration > Patrons and circulation > Circulation and fine rules, "All All" rule, that for "Expired hold charge" there is a link "Default" (which takes you to the ExpireReservesMaxPickUpDelayCharge system preference) 3. Step 4: misc/cronjobs/holds/cancel_expired_holds.pl The patch still applies. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.