Bug 21596: Handle updated_on
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 24 Oct 2018 17:35:16 +0000 (14:35 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 25 Oct 2018 12:32:54 +0000 (12:32 +0000)
commit2206fe7cd80ad61055758a9c8072895fa360eaa4
tree5e60df77cc095b4094def626f39d5ef783f58fe3
parent2e3eb44319db63f33ac05a51782c0692aa9a95d8
Bug 21596: Handle updated_on

This has been picked from the solution proposed on bug 21610. It may not
be pushed soon and so we need a fix for the failing tests
(t/Auth_with_shibboleth.t)

Test plan:
 prove -r t/Auth_with_shibboleth.t t/db_dependent/Koha/Patrons*
must return green

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/Patron.pm