[open-ils-commits] r13850 - trunk/Open-ILS/xul/staff_client/chrome/content/main (lmcfarland)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Aug 17 13:03:35 EDT 2009


Author: lmcfarland
Date: 2009-08-17 13:03:32 -0400 (Mon, 17 Aug 2009)
New Revision: 13850

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/main/constants.js
Log:
added hold_details to the URLS, removed hold_notices

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/main/constants.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/main/constants.js	2009-08-17 16:16:22 UTC (rev 13849)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/main/constants.js	2009-08-17 17:03:32 UTC (rev 13850)
@@ -296,7 +296,7 @@
 	'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',



More information about the open-ils-commits mailing list