Bugzilla – Attachment 90877 Details for
Bug 22741
Koha::Patron->store must not log updated_on changes (random failure of test BorrowerLogs and TrackLastPatronActivity)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22741: Make updated_on timezone aware in Koha::Patron
Bug-22741-Make-updatedon-timezone-aware-in-KohaPat.patch (text/plain), 917 bytes, created by
Martin Renvoize (ashimema)
on 2019-06-21 08:00:55 UTC
(
hide
)
Description:
Bug 22741: Make updated_on timezone aware in Koha::Patron
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-06-21 08:00:55 UTC
Size:
917 bytes
patch
obsolete
>From dea29657936af341a3d53cc42aaf8ea03c03d89b Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 20 Jun 2019 16:00:59 +0100 >Subject: [PATCH] Bug 22741: Make updated_on timezone aware in Koha::Patron > >--- > Koha/Patron.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index 04b54a3ed6..9b5b842fee 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -261,7 +261,7 @@ sub store { > my $info; > my $from_storage = $self_from_storage->unblessed; > my $from_object = $self->unblessed; >- my @skip_fields = (qw/lastseen/); >+ my @skip_fields = (qw/lastseen updated_on/); > for my $key ( keys %{$from_storage} ) { > next if any { /$key/ } @skip_fields; > if ( >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22741
:
90850
|
90877
|
92030
|
92031