modify constants.js
authorJason Etheridge <jason@esilibrary.com>
Tue, 1 Oct 2013 20:22:22 +0000 (16:22 -0400)
committerJason Etheridge <jason@esilibrary.com>
Tue, 1 Oct 2013 21:05:18 +0000 (17:05 -0400)
Open-ILS/xul/staff_client/chrome/content/main/constants.js

index 0956d9e..fde5c3c 100644 (file)
@@ -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'
 }