Bug 35860

Summary: Checking out an item that to stats patron that is already checked out results in 2 entries in the stats table
Product: Koha Reporter: Lucas Gass <lucas>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: RESOLVED INVALID QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: andrewfh, bwsdonna, emily.lamancusa, esther.melander, gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

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.