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)
committerAleisha Amohia <aleishaamohia@hotmail.com>
Wed, 24 Jan 2024 10:15:08 +0000 (10:15 +0000)
commit3417a7052a549bde30f0c5c400c9f228f107308f
treedb7597d5f1021c97e6e34deccde6b2a985c180b3
parent761f32d2383b75edc5bf8ab1df99125f13ddaa1c
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!
Koha/Patron.pm