projects
/
evergreen
/
masslnc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
212cf48
)
LP#1548147: set export format to MARC
author
Galen Charlton
<gmc@esilibrary.com>
Wed, 2 Mar 2016 18:42:11 +0000
(13:42 -0500)
committer
Galen Charlton
<gmc@esilibrary.com>
Wed, 2 Mar 2016 18:58:38 +0000
(13:58 -0500)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/web/js/ui/default/vandelay/vandelay.js
patch
|
blob
|
history
diff --git
a/Open-ILS/web/js/ui/default/vandelay/vandelay.js
b/Open-ILS/web/js/ui/default/vandelay/vandelay.js
index
8e34921
..
ba2cbee
100644
(file)
--- 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';
}