From 19ed7f5df97f9cb8e7188729b06da573129ed7cb Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 13 Feb 2006 17:44:46 +0000 Subject: [PATCH] debugging git-svn-id: svn://svn.open-ils.org/ILS/trunk@3043 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/main/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7a9090e9d9..b744d7307b 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -79,7 +79,7 @@ main.menu.prototype = { ['oncommand'], function() { var loc = obj.url_prefix( urls.XUL_REMOTE_BROWSER ) - + '?url=' + window.escape( urls.XUL_PATRON_EDIT + '?ses=' + obj.w.escape( session )); + + '?url=' + window.escape( urls.XUL_PATRON_EDIT + '?ses=' + obj.w.escape( session ) + '&adv=1'); obj.set_tab(loc, {}, { 'show_print_button' : true , 'tab_name' : 'Register Patron' }); } ], -- 2.43.2