From 78366c9c9a039c722fd5b1187a6a9d431f3a61e0 Mon Sep 17 00:00:00 2001
From: Jason Etheridge <jason@esilibrary.com>
Date: Thu, 12 May 2011 22:35:22 -0400
Subject: [PATCH] fix variable name for Import Items Export

---
 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 46b063f395..7c96ed5117 100644
--- a/Open-ILS/web/js/ui/default/vandelay/vandelay.js
+++ b/Open-ILS/web/js/ui/default/vandelay/vandelay.js
@@ -415,7 +415,7 @@ function vlExportInit() {
                     {with_import_error: (vlImportItemsShowErrors.checked) ? 1 : null}
                 ],
                 async : true,
-                oncomplete : function(r) {exportHandler(type, r)}
+                oncomplete : function(r) {exportHandler(value, r)}
             }
         );
     }
-- 
2.11.0