From bd88d387eabdb0c492a5e14ff0dd5b37d13b78c5 Mon Sep 17 00:00:00 2001 From: lmcfarland Date: Mon, 17 Aug 2009 17:03:32 +0000 Subject: [PATCH] added hold_details to the URLS, removed hold_notices git-svn-id: svn://svn.open-ils.org/ILS/trunk@13850 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/main/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/main/constants.js b/Open-ILS/xul/staff_client/chrome/content/main/constants.js index ee51102d46..c2b6a1b925 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/constants.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/constants.js @@ -296,7 +296,7 @@ const urls = { 'XUL_HOLD_CAPTURE' : '/xul/server/circ/hold_capture.xul', 'XUL_HOLD_PULL_LIST' : '/xul/server/admin/hold_pull_list.xhtml', 'XUL_HOLDS_BROWSER' : '/xul/server/patron/holds.xul', - 'XUL_HOLD_NOTICES' : '/xul/server/patron/hold_notices.xul', + 'XUL_HOLD_DETAILS' : '/xul/server/patron/hold_details.xul', 'XUL_IN_HOUSE_USE' : '/xul/server/circ/in_house_use.xul', 'XUL_LIST_CLIPBOARD' : '/xul/server/util/list_clipboard.xul', 'XUL_LOCAL_ADMIN' : '/xul/server/admin/index.xhtml', -- 2.11.0