[open-ils-commits] [GIT] Evergreen ILS branch master updated. 8b64336269e57d01f3d5fb284372fec020eb81b0

Evergreen Git git at git.evergreen-ils.org
Thu Sep 1 13:50:58 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, master has been updated
       via  8b64336269e57d01f3d5fb284372fec020eb81b0 (commit)
      from  b5579dee0f48f43157ad995669e42a8bf2cc1c80 (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 8b64336269e57d01f3d5fb284372fec020eb81b0
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