Bugzilla – Attachment 17290 Details for
Bug 9997
Suspected typo in patron self registration code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9997 - Suspected typo in patron self registration code
Bug-9997---Suspected-typo-in-patron-self-registrat.patch (text/plain), 1.19 KB, created by
Kyle M Hall (khall)
on 2013-04-08 13:33:01 UTC
(
hide
)
Description:
Bug 9997 - Suspected typo in patron self registration code
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-04-08 13:33:01 UTC
Size:
1.19 KB
patch
obsolete
>From 3103010091233eb4be79e8bc4c154fff7286ed2b Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 8 Apr 2013 09:32:08 -0400 >Subject: [PATCH] Bug 9997 - Suspected typo in patron self registration code > >String fix. The field name is also incorrect, causing the alternate >contact country to not be stored. >--- > .../prog/en/modules/members/members-update.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >index 7b85274..eddfb29 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >@@ -56,7 +56,7 @@ > altcontactaddress3 => "Alternate contact - city" > altcontactstate => "Alternate contact - state" > altcontactzipcode => "Alternate contact - zip code" >- altcontactcounty => "Alternate contact - county" >+ altcontactcountry => "Alternate contact - country" > altcontactphone => "Alternate contact - phone" > smsalertnumber => "SMS alert number" > } >-- >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 9997
:
17290
|
17293
|
17324