Hide Print Page button on Simplified Pull List user/bshum/simplified_pull_list_hide_print_button
authorBen Shum <bshum@biblio.org>
Mon, 10 Sep 2012 19:03:59 +0000 (15:03 -0400)
committerBen Shum <bshum@biblio.org>
Mon, 10 Sep 2012 19:03:59 +0000 (15:03 -0400)
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 <bshum@biblio.org>
Open-ILS/xul/staff_client/server/patron/holds.js

index 34210ce..9b15aef 100644 (file)
@@ -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",