From: miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Wed, 28 Oct 2009 01:09:34 +0000 (+0000)
Subject: Forward-porting patch from James Fournie to increase the width of of the state/provin... 
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=340369ff229bf722800a8d4ecd7f61053eb41103;p=evergreen%2Fmasslnc.git

Forward-porting patch from James Fournie to increase the width of of the state/province field from 2 to 3 characters, for ISO 3166-2 compliance

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14643 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/xul/staff_client/server/patron/ue.xhtml b/Open-ILS/xul/staff_client/server/patron/ue.xhtml
index 96d308de05..1039261ca6 100644
--- a/Open-ILS/xul/staff_client/server/patron/ue.xhtml
+++ b/Open-ILS/xul/staff_client/server/patron/ue.xhtml
@@ -523,7 +523,7 @@
                                                         <td><div class='wide right'>&ev.staff.patron.ue_xhtml.state.label;</div></td>
                                                         <td colspan='3'>
                                                             <div class='wide left'>
-                                                                <input type='text' name='ue_addr_state' size='2' maxlength='2'/>
+                                                                <input type='text' name='ue_addr_state' size='3' maxlength='3'/>
                                                             </div>
                                                         </td>
                                                         <!--