Bugzilla – Attachment 153853 Details for
Bug 34280
Patrons with no email address produce a warning when saving
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34280: (QA follow-up) perltidy
Bug-34280-QA-follow-up-perltidy.patch (text/plain), 754 bytes, created by
Emily Lamancusa (emlam)
on 2023-07-24 16:43:56 UTC
(
hide
)
Description:
Bug 34280: (QA follow-up) perltidy
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2023-07-24 16:43:56 UTC
Size:
754 bytes
patch
obsolete
>From f0c9ff1008c09d7626a11cbcc443e399811136fc Mon Sep 17 00:00:00 2001 >From: emlam <emily.lamancusa@montgomerycountymd.gov> >Date: Mon, 24 Jul 2023 15:59:17 +0000 >Subject: [PATCH] Bug 34280: (QA follow-up) perltidy > >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > Koha/Patron.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index 4a29c76f80..6937ea904a 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -1442,7 +1442,7 @@ sub first_valid_email_address { > C4::Context->preference('EmailFieldPrecedence'); > for my $field (@fields) { > $email = $self->$field; >- last if ( $email ); >+ last if ($email); > } > > return $email; >-- >2.34.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 34280
:
153490
|
153587
|
153852
| 153853