Bugzilla – Attachment 92030 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), 990 bytes, created by
Jonathan Druart
on 2019-08-06 14:46:27 UTC
(
hide
)
Description:
Bug 22741: Make updated_on timezone aware in Koha::Patron
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-08-06 14:46:27 UTC
Size:
990 bytes
patch
obsolete
>From 90e995de32f10114b30dcd877b41f22dbd45c64a 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 > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > Koha/Patron.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index f0ab2d4d3e..db04efc781 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -265,7 +265,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.11.0
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