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

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Aug 8 15:22:47 EDT 2007


Author: miker
Date: 2007-08-08 15:19:49 -0400 (Wed, 08 Aug 2007)
New Revision: 7648

Modified:
   trunk/Open-ILS/xul/staff_client/server/cat/record_buckets.js
Log:
use the full pick_file name, now that the function is outside the big data structure

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 19:18:46 UTC (rev 7647)
+++ trunk/Open-ILS/xul/staff_client/server/cat/record_buckets.js	2007-08-08 19:19:49 UTC (rev 7648)
@@ -53,7 +53,7 @@
 			.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);



More information about the open-ils-commits mailing list