From b25f0cda9bdbc03b4af670bee0c4af9ca716408f Mon Sep 17 00:00:00 2001
From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Thu, 17 Dec 2009 18:17:59 +0000
Subject: [PATCH] propogate usrgroup in cloned users

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15185 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/web/js/ui/default/actor/user/register.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Open-ILS/web/js/ui/default/actor/user/register.js b/Open-ILS/web/js/ui/default/actor/user/register.js
index 4017f03fa6..e5670d160e 100644
--- a/Open-ILS/web/js/ui/default/actor/user/register.js
+++ b/Open-ILS/web/js/ui/default/actor/user/register.js
@@ -208,6 +208,7 @@ function uEditCopyCloneData(patron) {
         'evening_phone', 
         'other_phone',
         'billing_address',
+        'usrgroup',
         'mailing_address' ], 
         function(field) {
             patron[field](cloneUserObj[field]());
-- 
2.11.0