[open-ils-commits] r17194 - branches/rel_1_6_1/Open-ILS/web/templates/default/actor/user (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Aug 12 14:21:59 EDT 2010


Author: dbs
Date: 2010-08-12 14:21:55 -0400 (Thu, 12 Aug 2010)
New Revision: 17194

Modified:
   branches/rel_1_6_1/Open-ILS/web/templates/default/actor/user/register.tt2
Log:
Show the "Active?" checkbox as part of the required (minimal) set of fields

As we're registering users, it's probably a good idea to ensure that staff
can set the user to active at the same time that they enter the minimal
patron information.


Modified: branches/rel_1_6_1/Open-ILS/web/templates/default/actor/user/register.tt2
===================================================================
--- branches/rel_1_6_1/Open-ILS/web/templates/default/actor/user/register.tt2	2010-08-12 18:21:36 UTC (rev 17193)
+++ branches/rel_1_6_1/Open-ILS/web/templates/default/actor/user/register.tt2	2010-08-12 18:21:55 UTC (rev 17194)
@@ -109,7 +109,7 @@
         <tr fmclass='au' fmfield='profile' required='required'/>
         <tr fmclass='au' fmfield='expire_date' required='required'/>
         <tr fmclass='au' fmfield='net_access_level' required='required'/>
-        <tr fmclass='au' fmfield='active'/>
+        <tr fmclass='au' fmfield='active' required='show'/>
         <tr fmclass='au' fmfield='barred'/>
         <tr fmclass='au' fmfield='master_account'/>
         <tr fmclass='au' fmfield='claims_returned_count'/>



More information about the open-ils-commits mailing list