From 852737c37e539b4e9879e0f2c6aefe3e8c7f07e6 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 2 Feb 2006 19:39:58 +0000 Subject: [PATCH] patron registration git-svn-id: svn://svn.open-ils.org/ILS/trunk@2941 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/main/menu.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu.js b/Open-ILS/xul/staff_client/chrome/content/main/menu.js index ae43cff4e2..2a0fcfc54c 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -70,6 +70,12 @@ main.menu.prototype = { /* Circulation Menu */ + 'cmd_patron_register' : [ + ['oncommand'], + function() { + obj.set_tab(obj.url_prefix(urls.XUL_PATRON_EDIT) + '?ses=' + obj.w.escape(session), { 'tab_name' : 'Register Patron' }, {}); + } + ], 'cmd_circ_checkin' : [ ['oncommand'], function() { -- 2.43.2