Bug 29861 - Store and display the date on which a hold was fulfilled
Summary: Store and display the date on which a hold was fulfilled
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Hold requests (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-12 14:37 UTC by Andrew Fuerste-Henry
Modified: 2022-01-12 14:37 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.