From cee5d500c0c6664dc9a0e5e80f187e2a77e79733 Mon Sep 17 00:00:00 2001 From: phasefx Date: Sat, 15 Sep 2007 01:51:00 +0000 Subject: [PATCH] backport fix for fancy_prompt/xul_param regression with holds interface. This should be a show-stopper for 1.2.0-rc3 git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@7791 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul b/Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul index 500bf22577..932830583b 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul +++ b/Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul @@ -69,7 +69,7 @@ if (node) document.getElementById('fancy_prompt_main').appendChild(node); } - var bot_xml = xul_param('bot_xml',{'stash_name':xul_param('bottom_xml_in_stash',{'modal_xulG':true}),'modal_xulG':true});; + var bot_xml = xul_param('bottom_xml',{'stash_name':xul_param('bottom_xml_in_stash',{'modal_xulG':true}),'modal_xulG':true});; if (bot_xml) { var parser = new DOMParser(); var doc = parser.parseFromString( bot_xml, 'text/xml' ); -- 2.11.0