Bug 35809

Summary: Catalog statistics should use items.deleted_on instead of items.timestamp
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: ReportsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
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:
Bug Depends on: 35807    
Bug Blocks:    

Description Katrin Fischer 2024-01-14 11:28:29 UTC
We didn't have the deleted date for items in a separate field in the past, but the timestamp turned out not to be reliable with other updates on the table updating it. So we should use deleted_on on for reporting now.