From: lmcfarland Date: Mon, 17 Aug 2009 17:03:32 +0000 (+0000) Subject: added hold_details to the URLS, removed hold_notices X-Git-Tag: sprint4-merge-nov22~9533 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bd88d387eabdb0c492a5e14ff0dd5b37d13b78c5;p=working%2FEvergreen.git 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 --- 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',