]> 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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 4 Aug 2021 12:06:43 +0000 (14:06 +0200)
commit0f4bad73def87e15fc4a45d457b6a25ef03085cd
tree7446174ef674ec5f8c18e8e5f4025ebaeaa03bb6
parent2ddd899a99f511ae2b605eb9cb02a7bf4d35d989
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>
C4/ILSDI/Services.pm