From 340369ff229bf722800a8d4ecd7f61053eb41103 Mon Sep 17 00:00:00 2001
From: miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Wed, 28 Oct 2009 01:09:34 +0000
Subject: [PATCH] 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
---
 Open-ILS/xul/staff_client/server/patron/ue.xhtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>
                                                         <!--
-- 
2.11.0