From: Galen Charlton Date: Wed, 2 Mar 2016 18:42:11 +0000 (-0500) Subject: LP#1548147: set export format to MARC X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=346077677f2d9e72fe9aacbfaa985bb44a295795;p=Evergreen.git LP#1548147: set export format to MARC Signed-off-by: Galen Charlton --- 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'; }