Bug 22079 - Store the borrowernumber of user returning item in associatedborrower in statistics table
Summary: Store the borrowernumber of user returning item in associatedborrower in stat...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Database (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-08 04:54 UTC by Alex Buckley
Modified: 2023-09-23 08:32 UTC (History)
0 users

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 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?