[open-ils-commits] r14643 - trunk/Open-ILS/xul/staff_client/server/patron (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Oct 27 21:09:36 EDT 2009


Author: miker
Date: 2009-10-27 21:09:34 -0400 (Tue, 27 Oct 2009)
New Revision: 14643

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/ue.xhtml
Log:
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

Modified: trunk/Open-ILS/xul/staff_client/server/patron/ue.xhtml
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/ue.xhtml	2009-10-28 01:07:31 UTC (rev 14642)
+++ trunk/Open-ILS/xul/staff_client/server/patron/ue.xhtml	2009-10-28 01:09:34 UTC (rev 14643)
@@ -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>
                                                         <!--



More information about the open-ils-commits mailing list