Bugzilla – Attachment 14119 Details for
Bug 7067
allow patron self registration via the opac
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7067 - QA Followup - Fix error when confirming via email
Bug-7067---QA-Followup---Fix-error-when-confirming.patch (text/plain), 912 bytes, created by
Kyle M Hall (khall)
on 2012-12-14 12:59:31 UTC
(
hide
)
Description:
Bug 7067 - QA Followup - Fix error when confirming via email
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-12-14 12:59:31 UTC
Size:
912 bytes
patch
obsolete
>From 459642b5bb7662d7a85f7358da05f4848b462c99 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 14 Dec 2012 07:58:29 -0500 >Subject: [PATCH] Bug 7067 - QA Followup - Fix error when confirming via email > >--- > opac/opac-registration-verify.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/opac/opac-registration-verify.pl b/opac/opac-registration-verify.pl >index daf1e12..a45b534 100755 >--- a/opac/opac-registration-verify.pl >+++ b/opac/opac-registration-verify.pl >@@ -49,7 +49,7 @@ if ( $m->Verify() ) { > $template->param( > OpacPasswordChange => C4::Context->preference('OpacPasswordChange') ); > >- my $borrower = $m->GetModifications(); >+ my $borrower = Koha::Borrower::Modifications->GetModifications({ verification_token => $token }); > > my $password; > ( $borrowernumber, $password ) = AddMember_Opac(%$borrower); >-- >1.7.2.5
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 7067
:
11960
|
11961
|
11962
|
11965
|
11966
|
11967
|
11968
|
11970
|
11973
|
11978
|
12006
|
12007
|
12013
|
12104
|
12109
|
12114
|
12116
|
12129
|
12135
|
12136
|
12138
|
12153
|
12154
|
12171
|
12190
|
12191
|
12196
|
12197
|
12242
|
12243
|
12244
|
12245
|
12277
|
12278
|
13038
|
13039
|
13040
|
13048
|
13053
|
13259
|
13260
|
13744
|
13745
|
13746
|
13747
|
13748
|
13765
|
13766
|
13767
|
13768
|
13769
|
13984
|
14001
|
14085
|
14086
|
14087
|
14088
|
14089
|
14090
|
14092
|
14093
|
14119
|
14190
|
14191
|
14193
|
14194
|
14282
|
14283