From: dbs Date: Sat, 2 May 2009 17:43:24 +0000 (+0000) Subject: Hush! Our phone numbers are all over the map. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e0442b7c9467e995148d123307dcd2eca7e7d96c;p=contrib%2FConifer.git Hush! Our phone numbers are all over the map. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@434 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/xul/server/patron/ue_config.js b/xul/server/patron/ue_config.js index e437c10159..e226568e53 100644 --- a/xul/server/patron/ue_config.js +++ b/xul/server/patron/ue_config.js @@ -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();