From 68408e9067f9f66574833bd4c4b61200130f3298 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/holds.js b/Open-ILS/xul/staff_client/server/patron/holds.js index 34210ce96c..9b15aef53e 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", -- 2.43.2