From d0dbc13e399bad189748cf7f2de09da7764caca3 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 6 Feb 2006 19:34:33 +0000 Subject: [PATCH] pass the docid to the copy editor git-svn-id: svn://svn.open-ils.org/ILS/trunk@2983 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/legacy/_browse.xul | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/xul/staff_client/chrome/content/legacy/_browse.xul b/Open-ILS/xul/staff_client/chrome/content/legacy/_browse.xul index 580eaa26d0..e340f875ff 100644 --- a/Open-ILS/xul/staff_client/chrome/content/legacy/_browse.xul +++ b/Open-ILS/xul/staff_client/chrome/content/legacy/_browse.xul @@ -364,6 +364,7 @@ window.xulG.url_prefix(urls.XUL_COPY_EDITOR) +'?session='+window.escape(g.session) +'©_ids='+window.escape(js2JSON(list)) + +'&docid='+window.escape(find_this_id) +'&edit='+edit, title, 'chrome,modal,resizable' -- 2.43.2