https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30109
Bug ID: 30109
Summary: Wrong interface in logs when renewing patron
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
I have not been able to recreate this in my testing environment, however, I can
find evidence of the problem in many production environments.
When renewing a patron the interface recorded in action logs is often 'api'
SELECT * FROM action_logs WHERE module='MEMBERS' AND action="RENEW" AND
interface='api';
The specific log is from Koha::Patron->renew_account
This is only called in members/setstatus.pl
setstatus uses 'checkauth' rather than other routines for verifying logged in
patron, and it seems that the interface must not be set for Context in that
call
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/