added hold_details to the URLS, removed hold_notices
authorlmcfarland <lmcfarland@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 17 Aug 2009 17:03:32 +0000 (17:03 +0000)
committerlmcfarland <lmcfarland@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 17 Aug 2009 17:03:32 +0000 (17:03 +0000)
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

index ee51102..c2b6a1b 100644 (file)
@@ -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',