From 3ed82c03a3bff7568f055d240b5136d362b536a8 Mon Sep 17 00:00:00 2001 From: pines Date: Mon, 4 Sep 2006 00:17:09 +0000 Subject: [PATCH] debugging git-svn-id: svn://svn.open-ils.org/ILS/trunk@5907 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/search_result.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/xul/staff_client/server/patron/search_result.js b/Open-ILS/xul/staff_client/server/patron/search_result.js index 7fb27fff1c..b076e59874 100644 --- a/Open-ILS/xul/staff_client/server/patron/search_result.js +++ b/Open-ILS/xul/staff_client/server/patron/search_result.js @@ -192,6 +192,7 @@ patron.search_result.prototype = { } } if (obj.search_term_count > 0) { + //alert('search params = ' + obj.error.pretty_print( js2JSON( params ) ) ); results = this.network.simple_request( 'FM_AU_IDS_RETRIEVE_VIA_HASH', params ); if ( (results == null) || (typeof results.ilsevent != 'undefined') ) throw(results); if (results.length == 0) { -- 2.43.2