From a8e6d9e1e4b4f2bccbc46fc257086c7b6dcb375d Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 22 Jul 2011 03:04:50 -0400 Subject: [PATCH] filter z39.50 services on use_perm in the Acquisitions z39.50 client Signed-off-by: Jason Etheridge --- Open-ILS/web/js/ui/default/acq/picklist/bib_search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/acq/picklist/bib_search.js b/Open-ILS/web/js/ui/default/acq/picklist/bib_search.js index 43457289e2..b1f2295253 100644 --- a/Open-ILS/web/js/ui/default/acq/picklist/bib_search.js +++ b/Open-ILS/web/js/ui/default/acq/picklist/bib_search.js @@ -30,7 +30,7 @@ function drawForm() { fieldmapper.standardRequest( ['open-ils.search', 'open-ils.search.z3950.retrieve_services'], { async: true, - params: [user.authtoken], + params: [user.authtoken, true], oncomplete: _drawForm } ); -- 2.11.0