Bug 16956 - Inserting null borrowernumber value in statistics table while book is checkin if book is not checkedout
Summary: Inserting null borrowernumber value in statistics table while book is checkin...
Status: RESOLVED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Amit Gupta
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-22 05:18 UTC by Amit Gupta
Modified: 2023-06-10 20:54 UTC (History)
3 users (show)

See Also:
Change sponsored?: 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 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.