Bug 15504: (follow-up) Migrate to one clear method
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 20 Jun 2023 18:23:11 +0000 (19:23 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 24 Oct 2023 13:05:15 +0000 (10:05 -0300)
commit75f68914beeddf057251257c856f397b822f6189
treed85a1088b4c6bc2c87ae0932f3dfbaf4fb1b0bf5
parentb30d32a571e0ba17d1759ee18ba33059f44bc91e
Bug 15504: (follow-up) Migrate to one clear method

We were using a series of similarly named methods spread in distinct places
around the codebase. This combines the logic of C4::Auth::track_login_daily
and Koha::Patron->track_login into a new Koha::Patron->update_lastseen method.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Auth.pm
C4/Circulation.pm
C4/ILSDI/Services.pm
C4/SIP/Sip/MsgType.pm
Koha/Patron.pm