Bug 22079

Summary: Store the borrowernumber of user returning item in associatedborrower in statistics table
Product: Koha Reporter: Alex Buckley <alexbuckley>
Component: DatabaseAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
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 Alex Buckley 2019-01-08 04:54:58 UTC
The borrowernumber in the statistics table stores the borrowernumber of the borrower who checked out the item. 

This patch should use the un-used associatedborrower column in the statistics table to store the borrowernumber or self check machine id returning the item. 

This makes it possible to track who checked an item in
Comment 1 Katrin Fischer 2023-09-23 08:32:08 UTC
We do have that information in action_logs - is it really needed in statistics as well?