Bugzilla – Attachment 88207 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]
Patch file to fix this bug.
memberentry.pl-members.patch (text/plain), 542 bytes, created by
Kris Sinnaeve
on 2019-04-17 15:47:58 UTC
(
hide
)
Description:
Patch file to fix this bug.
Filename:
MIME Type:
Creator:
Kris Sinnaeve
Created:
2019-04-17 15:47:58 UTC
Size:
542 bytes
patch
obsolete
>diff --git a/members/memberentry.pl b/members/memberentry.pl >index 1ed5783..8c91216 100755 >--- a/members/memberentry.pl >+++ b/members/memberentry.pl >@@ -436,6 +436,7 @@ > 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.
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