[Koha-bugs] [Bug 29861] New: Store and display the date on which a hold was fulfilled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 12 15:37:31 CET 2022


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 at lists.koha-community.org
          Reporter: andrew at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at 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.


More information about the Koha-bugs mailing list