From 2a901f7e7ad5b12b44829120e6579d9fc8b15b8c Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Mon, 10 Sep 2012 15:03:59 -0400 Subject: [PATCH] Hide Print Page button on Simplified Pull List On the Simplified Pull List interface, there is a button for "Print Page" that shows up in the upper right corner. The suggestion is to hide that button to avoid library staff printing just what's visible instead of using the proper "Print Pull List" button that's actually on the page. Signed-off-by: Ben Shum Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/xul/staff_client/server/patron/holds.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/patron/holds.js b/Open-ILS/xul/staff_client/server/patron/holds.js index 34210ce..9b15aef 100644 --- a/Open-ILS/xul/staff_client/server/patron/holds.js +++ b/Open-ILS/xul/staff_client/server/patron/holds.js @@ -399,7 +399,7 @@ patron.holds.prototype = { "authtime": ses("authtime"), "no_xulG": false, "show_nav_buttons": true, - "show_print_button": true + "show_print_button": false }; ["url_prefix", "new_tab", "set_tab", "close_tab", "new_patron_tab", -- 1.7.2.5