https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39625 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #5 from David Nind <david@davidnind.com> --- I couldn't replicate the issue in the main - it correctly shows as 'intranet' SELECT * FROM statistics WHERE borrowernumber=49 AND type='renew' ORDER BY 1 DESC; +---------------------+--------+--------+-------+-------+---------------+------------+----------+----------+----------------+-------+--------------+-----------+ | datetime | branch | value | type | other | illrequest_id | itemnumber | itemtype | location | borrowernumber | ccode | categorycode | interface | +---------------------+--------+--------+-------+-------+---------------+------------+----------+----------+----------------+-------+--------------+-----------+ | 2025-12-08 20:17:56 | CPL | 0.0000 | renew | | NULL | 578 | BK | GEN | 49 | REF | PT | intranet | +---------------------+--------+--------+-------+-------+---------------+------------+----------+----------+----------------+-------+--------------+-----------+ 1 row in set (0.001 sec) Maybe it has been fixed by another bug? -- You are receiving this mail because: You are watching all bug changes.