[open-ils-commits] r7639 - trunk/Open-ILS/xul/staff_client/server/cat

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Aug 8 14:18:26 EDT 2007


Author: miker
Date: 2007-08-08 14:15:29 -0400 (Wed, 08 Aug 2007)
New Revision: 7639

Modified:
   trunk/Open-ILS/xul/staff_client/server/cat/record_buckets.js
Log:
extra debugging info

Modified: trunk/Open-ILS/xul/staff_client/server/cat/record_buckets.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/record_buckets.js	2007-08-08 18:12:52 UTC (rev 7638)
+++ trunk/Open-ILS/xul/staff_client/server/cat/record_buckets.js	2007-08-08 18:15:29 UTC (rev 7639)
@@ -501,6 +501,8 @@
 
 								var proto_uri = 'http://' + window.location.hostname + '/exporter';
 
+								dump('Record Export URI is ' + proto_uri + '?id=' + record_ids.join('&id=') + '\n');
+
 								var uri = Components.classes["@mozilla.org/network/io-service;1"]
 									.getService(Components.interfaces.nsIIOService)
 									.newURI( proto_uri + '?id=' + record_ids.join('&id='), null, null );



More information about the open-ils-commits mailing list