Bug 23491 - Inaccurate data in "view item's checkout history"
Summary: Inaccurate data in "view item's checkout history"
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: 19.05
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-22 12:53 UTC by Andrew Fuerste-Henry
Modified: 2019-08-22 12:53 UTC (History)
2 users (show)

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 Andrew Fuerste-Henry 2019-08-22 12:53:15 UTC
The queries used in bookcount.pl to find a Last Seen timestamp for each branch result in inaccuracies. To test:

- Check an item out from Branch A
- Switch to Branch B
- Check item in
- check bookcount.pl, see that the timestamp for that return show for Branch A, even though that's not where the return happened.