From f81cffb3fcabfe697f8cc4d7475a8435623e6b70 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 5 Jan 2006 18:41:44 +0000 Subject: [PATCH] pass the session to the survey wizard git-svn-id: svn://svn.open-ils.org/ILS/trunk@2623 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/main/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/main/menu.js b/Open-ILS/xul/staff_client/server/main/menu.js index 64edec32c6..3962f87949 100644 --- a/Open-ILS/xul/staff_client/server/main/menu.js +++ b/Open-ILS/xul/staff_client/server/main/menu.js @@ -130,7 +130,7 @@ main.menu.prototype = { 'cmd_survey_wizard' : [ ['oncommand'], function() { - obj.window.open(url_prefix(urls.XUL_SURVEY_WIZARD),'survey_wizard','chrome'); + obj.window.open(url_prefix(urls.XUL_SURVEY_WIZARD)+ '?session='+obj.w.escape(session),'survey_wizard','chrome'); } ], -- 2.43.2