From 2372f3f422607a40c3efd675beb0e5d6b614a516 Mon Sep 17 00:00:00 2001 From: Kyle M Hall 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. To test: Submit an update to an existing patron record an include a change to the alternate contact's country field. Before the patch this line would not appear in the staff client for approval. After the patch it should. Signed-off-by: Owen Leonard Reminder: Even small patches require test plans. I have added one which I think covers the changes in the patch. Signed-off-by: Katrin Fischer All tests and QA script pass. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 3cd8189fa862164a64215a8c1d8690645c5397f2) Signed-off-by: Jared Camins-Esakov --- .../intranet-tmpl/prog/en/modules/members/members-update.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7b85274d6f..eddfb2947b 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" } -- 2.39.2