From: Jason Etheridge Date: Tue, 1 Oct 2013 20:22:22 +0000 (-0400) Subject: modify constants.js X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9757b40d37ed8382febf4e5bf999a805d1c3b5ca;p=working%2FEvergreen.git modify constants.js --- 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 0956d9e4f8..fde5c3c1d6 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/constants.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/constants.js @@ -517,5 +517,7 @@ var urls = { 'SERIAL_PRINT_ROUTING_LIST_USERS' : 'oils://remote/eg/serial/print_routing_list_users', 'XUL_SERIAL_BATCH_RECEIVE': 'oils://remote/xul/server/serial/batch_receive.xul', 'EG_TRIGGER_EVENTS' : 'oils://remote/eg/actor/user/event_log', + 'EG_PATRON_SUMMARY' : 'oils://remote/eg/opac/PatronSummary', + 'EG_PATRON_SEARCH_SUMMARY' : 'oils://remote/eg/opac/PatronSearchSummary', 'XUL_SEARCH_PREFS' : 'chrome://open_ils_staff_client/content/main/search_prefs.xul' }