From 3da6363450f0c8361ae157ac336d6a923707c453 Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 8 Aug 2007 19:19:49 +0000 Subject: [PATCH] use the full pick_file name, now that the function is outside the big data structure git-svn-id: svn://svn.open-ils.org/ILS/trunk@7648 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/record_buckets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/cat/record_buckets.js b/Open-ILS/xul/staff_client/server/cat/record_buckets.js index 5685444679..01dedc0fb0 100644 --- a/Open-ILS/xul/staff_client/server/cat/record_buckets.js +++ b/Open-ILS/xul/staff_client/server/cat/record_buckets.js @@ -53,7 +53,7 @@ cat.record_buckets.export_records = function(obj, output_type) { .getService(Components.interfaces.nsIIOService) .newURI( proto_uri + '?id=' + record_ids.join('&id='), null, null ); - var file = pick_file('bucket.' + output_type); + var file = cat.record_buckets.pick_file('bucket.' + output_type); if (file) { persist.saveURI(uri,null,null,null,null,file); -- 2.11.0