https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35840
Bug ID: 35840
Summary: Local use is double-counted when using both
RecordLocalUseOnCheckin and statistical patrons
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Circulation
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
To recreate:
- enable RecordLocalUseOnReturn
- create a statistical patron category and a patron in it
- check an item out to your statistical patron
- count local use entries with a report: SELECT * FROM statistics WHERE
type='localuse' AND itemnumber= (your item)
- see that your one checkout has created 2 entries in statistics
It seems plausible that a single library might want to use these two features
concurrently to count different things, but doing so creates an inflated count.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/