Bug 21596: (follow-up) Handle updated_on part 2
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 29 Oct 2018 20:27:52 +0000 (17:27 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Tue, 30 Oct 2018 12:07:35 +0000 (12:07 +0000)
commit0275c36d962a284453c36b0472a3a5ef87329fc6
treee0b6e6e599fbae4d435b865e172d9ef6773d7a8d
parent3a150b5d7519c2969de6d966193af242e1e787e0
Bug 21596: (follow-up) Handle updated_on part 2

It seems that I have over complicated things here, now
t/db_dependent/Koha/Object.t is failing

Apparently everything is ok with this change.
Test plan:
prove -r prove -r t/db_dependent/Koha/Object.t t/Auth_with_shibboleth.t
t/db_dependent/Patrons.t t/db_dependent/Koha/Patron*

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/Patron.pm