Bug 35860 - Checking out an item that to stats patron that is already checked out results in 2 entries in the stats table
Summary: Checking out an item that to stats patron that is already checked out results...
Status: RESOLVED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-22 18:43 UTC by Lucas Gass
Modified: 2024-02-29 21:13 UTC (History)
6 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 Lucas Gass 2024-01-22 18:43:43 UTC
This arises from Bug 35840. 

Scenario: Checking out an item to the stats patron that is already checked out to someone else. 

Should this be counted as return and a localuse in the statistics table, or should it only record a return. 


OR should it be configurable per system?
Comment 1 Andrew Fuerste-Henry 2024-01-22 19:00:08 UTC
To me, use of a statistical patron implies that one is fairly certain that a local use should be recorded, so we should record both a local use and a return if an item is scanned to a statistical patron while previously checked out to another patron.
Comment 2 Lucas Gass 2024-02-29 21:13:48 UTC
(In reply to Andrew Fuerste-Henry from comment #1)
> To me, use of a statistical patron implies that one is fairly certain that a
> local use should be recorded, so we should record both a local use and a
> return if an item is scanned to a statistical patron while previously
> checked out to another patron.

Andrew, thanks! I think we can just call this one RESOLVED INVALID.