[open-ils-commits] [GIT] Evergreen ILS branch master updated. 68408e9067f9f66574833bd4c4b61200130f3298

Evergreen Git git at git.evergreen-ils.org
Mon Sep 10 19:58:39 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  68408e9067f9f66574833bd4c4b61200130f3298 (commit)
      from  2843eb6c81f0d330f7eac7da43369538437531dc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 68408e9067f9f66574833bd4c4b61200130f3298
Author: Ben Shum <bshum at biblio.org>
Date:   Mon Sep 10 15:03:59 2012 -0400

    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 <bshum at biblio.org>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

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",

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/xul/staff_client/server/patron/holds.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list