[Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 13 15:43:36 CEST 2023


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

--- Comment #1 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> ---
Created attachment 152294
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152294&action=edit
Bug 33997: Stop track_login from updating borrowers.updated_on

This patch blocks the update to borrowers.updated_on when track_login is called

Test plan:
1) Enable syspref 'TrackLastPatronActivity'
2) Log into the OPAC
3) Check the database for the patron/account used and observe that the
timestamps for updated_on and lastseen match
4) reset_all
5) Apply patch
6) Repeat steps one to three, the updated_on timestamp should not have changed

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list