From: phasefx Date: Sun, 24 Jul 2005 15:40:44 +0000 (+0000) Subject: fixed some menus in patron edit X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bcb690e45b2818848abb8218c98da8d411abf890;p=Evergreen.git fixed some menus in patron edit git-svn-id: svn://svn.open-ils.org/ILS/trunk@1379 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Evergreen/staff_client/chrome/content/evergreen/patron/patron_edit_legacy.js b/Evergreen/staff_client/chrome/content/evergreen/patron/patron_edit_legacy.js index d6217b59c5..44698aa96c 100644 --- a/Evergreen/staff_client/chrome/content/evergreen/patron/patron_edit_legacy.js +++ b/Evergreen/staff_client/chrome/content/evergreen/patron/patron_edit_legacy.js @@ -220,7 +220,7 @@ function populate_patron_edit_profile_menu() { } function set_patron_edit_profile_menu() { - var menuitem_id = 'profileitem' + PATRON.au.profile(); + var menuitem_id = 'apitem' + PATRON.au.profile(); var menuitem = document.getElementById( menuitem_id ); @@ -242,7 +242,7 @@ function populate_patron_edit_ident_type_menu() { } function set_patron_edit_ident_type_menu() { - var menuitem_id = 'ident1item' + PATRON.au.ident_type(); + var menuitem_id = 'cit1item' + PATRON.au.ident_type(); var menuitem = document.getElementById( menuitem_id ); @@ -264,7 +264,7 @@ function populate_patron_edit_ident_type_menu2() { } function set_patron_edit_ident_type_menu2() { - var menuitem_id = 'ident2item' + PATRON.au.ident_type2(); + var menuitem_id = 'cit2item' + PATRON.au.ident_type2(); var menuitem = document.getElementById( menuitem_id ); diff --git a/Evergreen/staff_client/chrome/content/evergreen/util/error.js b/Evergreen/staff_client/chrome/content/evergreen/util/error.js index f80b604683..5ad045b427 100644 --- a/Evergreen/staff_client/chrome/content/evergreen/util/error.js +++ b/Evergreen/staff_client/chrome/content/evergreen/util/error.js @@ -30,22 +30,22 @@ var sdump_levels = { 'D_OPAC' : false, - 'D_PATRON_SEARCH' : false, - 'D_PATRON_SEARCH_FORM' : false, - 'D_PATRON_SEARCH_RESULTS' : false, - - 'D_PATRON_DISPLAY' : false, - 'D_PATRON_DISPLAY_STATUS' : false, - 'D_PATRON_DISPLAY_CONTACT' : false, - - 'D_PATRON_ITEMS' : false, - 'D_PATRON_CHECKOUT_ITEMS' : false, - 'D_PATRON_HOLDS' : false, - 'D_PATRON_BILLS' : false, + 'D_PATRON_SEARCH' : true, + 'D_PATRON_SEARCH_FORM' : true, + 'D_PATRON_SEARCH_RESULTS' : true, + + 'D_PATRON_DISPLAY' : true, + 'D_PATRON_DISPLAY_STATUS' : true, + 'D_PATRON_DISPLAY_CONTACT' : true, + + 'D_PATRON_ITEMS' : true, + 'D_PATRON_CHECKOUT_ITEMS' : true, + 'D_PATRON_HOLDS' : true, + 'D_PATRON_BILLS' : true, 'D_PATRON_EDIT' : true, - 'D_CHECKIN' : false, - 'D_CHECKIN_ITEMS' : false, + 'D_CHECKIN' : true, + 'D_CHECKIN_ITEMS' : true, 'D_HOLD_CAPTURE' : true, 'D_HOLD_CAPTURE_ITEMS' : true,