Bug 29861

Summary: Store and display the date on which a hold was fulfilled
Product: Koha Reporter: Andrew Fuerste-Henry <andrew>
Component: Hold requestsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Andrew Fuerste-Henry 2022-01-12 14:37:31 UTC
The patron hold history page shows the date a hold was placed, expired, waiting, or cancelled. But for a hold that was successfully fulfilled, we don't have an easy way of showing the date on which the fulfillment happened. We should create reserves.fulfillmentdate (and old_reserves.fulfillment date) and show that on holdshistory.pl. It's helpful data that users will like to see. Right now, one must rely on either old_reserves.timestamp (which can change) or a rough match on borrowernumber, itemnumber, and timetamp in the old_issues table.