[open-ils-commits] r15185 - trunk/Open-ILS/web/js/ui/default/actor/user (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Dec 17 13:18:03 EST 2009


Author: erickson
Date: 2009-12-17 13:17:59 -0500 (Thu, 17 Dec 2009)
New Revision: 15185

Modified:
   trunk/Open-ILS/web/js/ui/default/actor/user/register.js
Log:
propogate usrgroup in cloned users

Modified: trunk/Open-ILS/web/js/ui/default/actor/user/register.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/actor/user/register.js	2009-12-17 18:15:50 UTC (rev 15184)
+++ trunk/Open-ILS/web/js/ui/default/actor/user/register.js	2009-12-17 18:17:59 UTC (rev 15185)
@@ -208,6 +208,7 @@
         'evening_phone', 
         'other_phone',
         'billing_address',
+        'usrgroup',
         'mailing_address' ], 
         function(field) {
             patron[field](cloneUserObj[field]());



More information about the open-ils-commits mailing list