Bugzilla – Attachment 88245 Details for
Bug 22139
Fields of ACCTDETAILS not working properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22139: Fields of ACCTDETAILS email not populating
Bug-22139-Fields-of-ACCTDETAILS-email-not-populati.patch (text/plain), 1.40 KB, created by
Hayley Pelham
on 2019-04-18 00:33:01 UTC
(
hide
)
Description:
Bug 22139: Fields of ACCTDETAILS email not populating
Filename:
MIME Type:
Creator:
Hayley Pelham
Created:
2019-04-18 00:33:01 UTC
Size:
1.40 KB
patch
obsolete
>From 4368b7d7ee8a27cb06d511b3ec4968dab4e2bb6e Mon Sep 17 00:00:00 2001 >From: Kris Sinnaeve <kris.sinnaeve@etf.edu> >Date: Tue, 16 Apr 2019 21:37:17 +0000 >Subject: [PATCH] Bug 22139: Fields of ACCTDETAILS email not populating > >To test: >* Make sure AutoEmailOpacUser is set to "send" >* Create a new patron with a username and password, and an email address >* In Kohadevbox, check the mail (usually you can type "mail" and go down >to the last message) - these do not go into the message queue and they >are processed immediately. >notice that the email does not have ><<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>> > >Apply this patch, restart the things, retest as above. > >Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz> >--- > members/memberentry.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/members/memberentry.pl b/members/memberentry.pl >index b7a3920342..166302006b 100755 >--- a/members/memberentry.pl >+++ b/members/memberentry.pl >@@ -436,6 +436,7 @@ if ((!$nok) and $nodouble and ($op eq 'insert' or $op eq 'save')){ > warn "Patron creation failed! - $@"; # Maybe we must die instead of just warn > } else { > $borrowernumber = $patron->borrowernumber; >+ $newdata{'borrowernumber'} = $borrowernumber; > } > > # If 'AutoEmailOpacUser' syspref is on, email user their account details from the 'notice' that matches the user's branchcode. >-- >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 22139
:
88207
|
88216
|
88245
|
88257