From 346077677f2d9e72fe9aacbfaa985bb44a295795 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 2 Mar 2016 13:42:11 -0500 Subject: [PATCH] LP#1548147: set export format to MARC Signed-off-by: Galen Charlton --- Open-ILS/web/js/ui/default/vandelay/vandelay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/vandelay/vandelay.js b/Open-ILS/web/js/ui/default/vandelay/vandelay.js index 8e349215b1..ba2cbee5f5 100644 --- a/Open-ILS/web/js/ui/default/vandelay/vandelay.js +++ b/Open-ILS/web/js/ui/default/vandelay/vandelay.js @@ -566,7 +566,7 @@ function exportHandler(type, response) { function vlExportRecordQueue(opts) { /* conform type to exporter */ var type = currentType == 'auth' ? 'auth' : 'biblio'; - var url = '/exporter?format=xml&type='+type+'&queueid='+currentQueueId; + var url = '/exporter?type='+type+'&queueid='+currentQueueId; if (opts.nonimported) { url += '&nonimported=1'; } -- 2.43.2