[open-ils-commits] r10580 - branches/rel_1_2_3/Open-ILS/web/opac/skin/default/js

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Sep 11 09:50:20 EDT 2008


Author: erickson
Date: 2008-09-11 09:50:18 -0400 (Thu, 11 Sep 2008)
New Revision: 10580

Modified:
   branches/rel_1_2_3/Open-ILS/web/opac/skin/default/js/adv_global.js
Log:
stringify the copy location list before making it a param

Modified: branches/rel_1_2_3/Open-ILS/web/opac/skin/default/js/adv_global.js
===================================================================
--- branches/rel_1_2_3/Open-ILS/web/opac/skin/default/js/adv_global.js	2008-09-11 01:57:42 UTC (rev 10579)
+++ branches/rel_1_2_3/Open-ILS/web/opac/skin/default/js/adv_global.js	2008-09-11 13:50:18 UTC (rev 10580)
@@ -170,7 +170,7 @@
 	var itemforms = advGetVisSelectorVals('adv_global_item_form');
 	var itemtypes = advGetVisSelectorVals('adv_global_item_type');
 	var audiences = advGetVisSelectorVals('adv_global_audience');
-    var locations = getSelectedList($('adv_copy_location_filter_select'));
+    var locations = getSelectedList($('adv_copy_location_filter_select')) + '';
 	var languages = getSelectedList($('adv_global_lang')) + '';	
     var limit2avail = $('opac.result.limit2avail').checked ? 1 : ''
 



More information about the open-ils-commits mailing list