use the full pick_file name, now that the function is outside the big data structure
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 8 Aug 2007 19:19:49 +0000 (19:19 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 8 Aug 2007 19:19:49 +0000 (19:19 +0000)
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

index 5685444..01dedc0 100644 (file)
@@ -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);