[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 2a901f7e7ad5b12b44829120e6579d9fc8b15b8c

Evergreen Git git at git.evergreen-ils.org
Mon Sep 10 19:58:52 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, rel_2_3 has been updated
       via  2a901f7e7ad5b12b44829120e6579d9fc8b15b8c (commit)
      from  5eab979b3df377ce26c29e080683cf78e344cdc7 (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 2a901f7e7ad5b12b44829120e6579d9fc8b15b8c
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