Hush! Our phone numbers are all over the map.
authordbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sat, 2 May 2009 17:43:24 +0000 (17:43 +0000)
committerdbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sat, 2 May 2009 17:43:24 +0000 (17:43 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@434 6d9bc8c9-1ec2-4278-b937-99fde70a366f

xul/server/patron/ue_config.js

index e437c10..e226568 100644 (file)
@@ -295,7 +295,7 @@ function uEditDefineData(patron) {
                        widget  : {
                                id                      : 'ue_day_phone',
                                type            : 'input',
-                               regex           :  phoneRegex,
+                               regex           :  laxRegex,
                 onblur      : function() {
                     if(uEditUsePhonePw)
                         uEditMakePhonePw();
@@ -319,7 +319,7 @@ function uEditDefineData(patron) {
                        widget  : {
                                id                      : 'ue_night_phone',
                                type            : 'input',
-                               regex           :  phoneRegex,
+                               regex           :  laxRegex,
                 onblur      : function() {
                     if(uEditUsePhonePw)
                         uEditMakePhonePw();
@@ -334,7 +334,7 @@ function uEditDefineData(patron) {
                        widget  : {
                                id                      : 'ue_other_phone',
                                type            : 'input',
-                               regex           :  phoneRegex,
+                               regex           :  laxRegex,
                 onblur      : function() {
                     if(uEditUsePhonePw)
                         uEditMakePhonePw();