Bugzilla – Attachment 131408 Details for
Bug 30214
Send WELCOME notice for new patrons added via self registration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30214: (QA follow-up) Clarify code comment
Bug-30214-QA-follow-up-Clarify-code-comment.patch (text/plain), 1.14 KB, created by
Katrin Fischer
on 2022-03-06 12:28:17 UTC
(
hide
)
Description:
Bug 30214: (QA follow-up) Clarify code comment
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-03-06 12:28:17 UTC
Size:
1.14 KB
patch
obsolete
>From c4df40b11909a8fb53cfec53f0dae0eddf130623 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 6 Mar 2022 12:19:34 +0000 >Subject: [PATCH] Bug 30214: (QA follow-up) Clarify code comment > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > opac/opac-registration-verify.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/opac-registration-verify.pl b/opac/opac-registration-verify.pl >index 6587d30d90..99651eef5c 100755 >--- a/opac/opac-registration-verify.pl >+++ b/opac/opac-registration-verify.pl >@@ -80,7 +80,7 @@ if ( > > # If 'AutoEmailOpacUser' syspref is on, email user their account details from the 'notice' that matches the user's branchcode. > if ( C4::Context->preference("AutoEmailOpacUser") ) { >- #look for defined primary email address, if blank - attempt to use borr.email and borr.emailpro instead >+ # Look up correct email address taking AutoEmailPrimaryAddress into account > my $emailaddr = $patron->notice_email_address; > # if we manage to find a valid email address, send notice > if ($emailaddr) { >-- >2.30.2
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 30214
:
131283
|
131284
|
131337
|
131338
|
131407
| 131408