Bug 34893: [22.05] Add a Koha::Patron->update_lastseen method
authorAleisha Amohia <aleishaamohia@hotmail.com>
Wed, 24 Jan 2024 09:59:43 +0000 (09:59 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 8 Feb 2024 08:12:44 +0000 (08:12 +0000)
commit7994cbd4138bae06bb15da6793e3f7bf8f2493d5
treec83ddd21e3ed59dc4382cc9befd6deb746b70ef4
parent8544329882cb9b118a30a859ae9fe5444dcbf343
Bug 34893: [22.05] Add a Koha::Patron->update_lastseen method

Without this patch, we get an error trace whe calling AuthenticatePatron

The method Koha::Patron->update_lastseen is not covered by tests!

(cherry picked from commit 3417a7052a549bde30f0c5c400c9f228f107308f)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Patron.pm