extra debugging info
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 8 Aug 2007 18:15:29 +0000 (18:15 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 8 Aug 2007 18:15:29 +0000 (18:15 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7639 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/cat/record_buckets.js

index 7689a8a..f3e155c 100644 (file)
@@ -501,6 +501,8 @@ cat.record_buckets.prototype = {
 
                                                                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 );