Bug 16956

Summary: Inserting null borrowernumber value in statistics table while book is checkin if book is not checkedout
Product: Koha Reporter: Amit Gupta <amitddng135>
Component: CirculationAssignee: Amit Gupta <amitddng135>
Status: CLOSED WORKSFORME QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle, veron
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: Sponsored Comma delimited list of Sponsors:
Crowdfunding goal: 0 Crowdfunding committed: 0
Crowdfunding contact: Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Amit Gupta 2016-07-22 05:18:21 UTC
Inserting null borrowernumber value in statistics table while book is checkin if book is not checkedout
Comment 1 Katrin Fischer 2023-06-10 20:54:37 UTC
When an item that is not checked out is checked in, we write a line to the statistics table with the borrowernumber = NULL. This makes sense to me, but this bug is not clear what the change should be. Closing WORKSFORME for now.