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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 6 Aug 2021 18:29:16 +0000 (14:29 -0400)
commitc1315c6a58878861619c1d9afa4c42acb26de584
treee5ce8ddffdc463ee289e12cd77ceef8e1be061b1
parent47ee39e61847aa814693e74c9b190e7dfc6429c0
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>
C4/ILSDI/Services.pm