[open-ils-commits] r10581 -
branches/rel_1_2/Open-ILS/web/opac/skin/default/js
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Sep 11 09:50:51 EDT 2008
Author: erickson
Date: 2008-09-11 09:50:50 -0400 (Thu, 11 Sep 2008)
New Revision: 10581
Modified:
branches/rel_1_2/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/Open-ILS/web/opac/skin/default/js/adv_global.js
===================================================================
--- branches/rel_1_2/Open-ILS/web/opac/skin/default/js/adv_global.js 2008-09-11 13:50:18 UTC (rev 10580)
+++ branches/rel_1_2/Open-ILS/web/opac/skin/default/js/adv_global.js 2008-09-11 13:50:50 UTC (rev 10581)
@@ -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