[open-ils-commits] r8099 -
trunk/Open-ILS/xul/staff_client/server/patron
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Nov 20 16:57:50 EST 2007
Author: phasefx
Date: 2007-11-20 16:40:16 -0500 (Tue, 20 Nov 2007)
New Revision: 8099
Modified:
trunk/Open-ILS/xul/staff_client/server/patron/search_result.js
Log:
regression.. inactive flag in patron search form
Modified: trunk/Open-ILS/xul/staff_client/server/patron/search_result.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/search_result.js 2007-11-20 20:59:33 UTC (rev 8098)
+++ trunk/Open-ILS/xul/staff_client/server/patron/search_result.js 2007-11-20 21:40:16 UTC (rev 8099)
@@ -182,7 +182,7 @@
break;
case 'inactive':
- if (query[i] == 'checked') inactive = true;
+ if (query[i] == 'checked' || query[i] == 'true') inactive = true;
break;
case 'search_depth':
More information about the open-ils-commits
mailing list