https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39625

--- Comment #6 from Emmi Takkinen <[email protected]> ---
(In reply to David Nind from comment #5)
> 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?

Did you use renew functionality on Checkouts table on Patron details page or
one on Circulation module (renew.pl)? Latter works correctly and interface is
saved as "intranet". First one is the one that is broken.

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

Reply via email to