Bug 23491

Summary: Inaccurate data in "view item's checkout history"
Product: Koha Reporter: Andrew Fuerste-Henry <andrewfh>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle.m.hall
Version: 19.05   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

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.