Bug 35809 - Catalog statistics should use items.deleted_on instead of items.timestamp
Summary: Catalog statistics should use items.deleted_on instead of items.timestamp
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 35807
Blocks:
  Show dependency treegraph
 
Reported: 2024-01-14 11:28 UTC by Katrin Fischer
Modified: 2024-01-14 11:29 UTC (History)
0 users

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


Attachments

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