Bug 34984

Summary: Canceling a hold from the holds over tab shouldn't update the last seen date
Product: Koha Reporter: Emily Lamancusa (emlam) <emily.lamancusa>
Component: Hold requestsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: gmcharlt
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Emily Lamancusa (emlam) 2023-10-04 14:40:30 UTC
Canceling a waiting hold from the Holds Over tab currently updates the item's last seen date. However, the fact that the staff member is canceling the hold doesn't necessarily mean they have the item in their hand.

If the item is missing from the holds shelf, the staff member may cancel the hold from the holds over tab and mark the item missing, in which case the item's last seen date certainly should not be updated.

On the other hand, if the item is there, the staff member is meant to check it in after canceling the hold. That check-in will update the item's last seen date anyway, so again, it is not necessary for it to be updated when the hold is canceled.