[open-ils-commits] r18000 - branches/rel_2_0/Open-ILS/web/templates/default/actor/user (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Sep 25 23:17:34 EDT 2010


Author: phasefx
Date: 2010-09-25 23:17:31 -0400 (Sat, 25 Sep 2010)
New Revision: 18000

Modified:
   branches/rel_2_0/Open-ILS/web/templates/default/actor/user/register_table.tt2
Log:
make address_type required in the patron editor, otherwise a blank value sends a null to the db where it silently fails

Modified: branches/rel_2_0/Open-ILS/web/templates/default/actor/user/register_table.tt2
===================================================================
--- branches/rel_2_0/Open-ILS/web/templates/default/actor/user/register_table.tt2	2010-09-26 03:17:05 UTC (rev 17999)
+++ branches/rel_2_0/Open-ILS/web/templates/default/actor/user/register_table.tt2	2010-09-26 03:17:31 UTC (rev 18000)
@@ -81,7 +81,7 @@
     </tr>
 
 
-    <tr fmclass='aua' fmfield='address_type' type='addr-template' required='show'/>
+    <tr fmclass='aua' fmfield='address_type' type='addr-template' required='required'/>
     <tr fmclass='aua' fmfield='post_code' type='addr-template' required='required'/>
     <tr fmclass='aua' fmfield='street1' type='addr-template' required='required'/>
     <tr fmclass='aua' fmfield='street2' type='addr-template' required='show'/>



More information about the open-ils-commits mailing list