https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29861 Bug ID: 29861 Summary: Store and display the date on which a hold was fulfilled Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs@lists.koha-community.org Reporter: andrew@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com 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. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.