https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39625
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from David Nind <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
