]> git.koha-community.org Git - koha.git/commit
Bug 28630: Add track_login_daily to ILSDI::AuthenticatePatron
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 25 Jun 2021 08:50:50 +0000 (09:50 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 11 Aug 2021 20:08:50 +0000 (10:08 -1000)
commit37da58698ad754eed98e8e366330c41908d9113e
tree0d64b807fd0b8ee6d6cbe73e7e69d79f012f3dfe
parentcfc8b989d54ca49c6158ea8e523de5e3ffce1e08
Bug 28630: Add track_login_daily to ILSDI::AuthenticatePatron

This patch adds a call to track_login_daily for the AuthenticatePatron
method in ILSDI.

Many libraries use this ILSDI endpoint for electron book borrowing and
need to maintain the lastseen based on this type of lending.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit c1315c6a58878861619c1d9afa4c42acb26de584)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/ILSDI/Services.pm