From: phasefx Date: Wed, 9 Aug 2006 17:13:52 +0000 (+0000) Subject: this only makes sense for some of the fields X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0d7493a58116ac500090ed1c72019d3780f1a5e3;p=Evergreen.git this only makes sense for some of the fields git-svn-id: svn://svn.open-ils.org/ILS/trunk@5406 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/search_form.js b/Open-ILS/xul/staff_client/server/patron/search_form.js index 507515a6de..59040c90fb 100644 --- a/Open-ILS/xul/staff_client/server/patron/search_form.js +++ b/Open-ILS/xul/staff_client/server/patron/search_form.js @@ -223,7 +223,7 @@ patron.search_form.prototype = { obj.error.sdump('D_DEBUG','id = ' + id + ' value = ' + node.getAttribute('value') + '\n'); } else { var value = node.value.replace(/^\s+/,'').replace(/[\\\s]+$/,''); - value = value.replace(/\d/g,''); + //value = value.replace(/\d/g,''); value = value.replace(/[^\w\s]/g,''); if (value != '') { query += id + '=' + window.escape(value);