[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 60a9afc3e0018e820ff4b8598ab14e9d230b5779

Evergreen Git git at git.evergreen-ils.org
Thu Sep 1 13:51:21 EDT 2011


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_1 has been updated
       via  60a9afc3e0018e820ff4b8598ab14e9d230b5779 (commit)
      from  c31cdee66ad188469920e1de328d5b33d002d614 (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 60a9afc3e0018e820ff4b8598ab14e9d230b5779
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Thu Sep 1 14:06:53 2011 -0400

    LP#838969 Silent print cannot be unselected
    
    Thanks Bill!
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/admin/printer_settings.js b/Open-ILS/xul/staff_client/server/admin/printer_settings.js
index 8c3e389..891c9c2 100644
--- a/Open-ILS/xul/staff_client/server/admin/printer_settings.js
+++ b/Open-ILS/xul/staff_client/server/admin/printer_settings.js
@@ -42,7 +42,7 @@ g.toggle_silent_print = function() {
     } else {
         // Setting print.always_print_silent to false is not the same as clearing it, since a false here will prevent
         // gPrintSettings.printSilent = true from working when fed to webBrowserPrint
-        if (g.prefs.HasUserValue('print.always_print_silent')) {
+        if (g.prefs.prefHasUserValue('print.always_print_silent')) {
             g.prefs.clearUserPref('print.always_print_silent');
         }
         dump('Clearing print.always_print_silent\n');

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

Summary of changes:
 .../staff_client/server/admin/printer_settings.js  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list