X-Git-Url: https://git.evergreen-ils.org/?p=Evergreen.git;a=blobdiff_plain;f=Evergreen%2Fxul%2Fstaff_client%2Fserver%2Fpatron%2Fue_config.js;h=7f24f8aaadc02568905fe13b43e1f6b230f47714;hp=8838cc6cf5cdce71d190428ab93dbdece2df3dfc;hb=98262c0c7a28406688983ed8f8caec532d9cbe9a;hpb=6fb88386fb8555e92cd93547c18e15329b336991;ds=sidebyside diff --git a/Evergreen/xul/staff_client/server/patron/ue_config.js b/Evergreen/xul/staff_client/server/patron/ue_config.js index 8838cc6cf5..7f24f8aaad 100644 --- a/Evergreen/xul/staff_client/server/patron/ue_config.js +++ b/Evergreen/xul/staff_client/server/patron/ue_config.js @@ -39,7 +39,7 @@ var myPerms = [ var dataFields; const numRegex = /^\d+$/; -const wordRegex = /^\w+$/; +const wordRegex = /^[\w-]+$/; const unameRegex = /^\w[\.\w\@-]*$/; const ssnRegex = /^\d{3}-\d{2}-\d{4}$/; const dlRegex = /^[a-zA-Z]{2}-\w+/; /* driver's license */ @@ -78,6 +78,7 @@ function uEditUsrnameBlur(field) { function uEditBarcodeBlur(field) { var barcode = uEditNodeVal(field); if(!barcode) return; + _debug("blurring card with new value " + barcode); var req = new Request(CHECK_BARCODE, SESSION, barcode); req.callback( function(r) {