[open-ils-commits] [GIT] Evergreen ILS branch master updated. 02805043719388e350a699138dd6a225ead91fc5

Evergreen Git git at git.evergreen-ils.org
Fri Sep 9 15:37:50 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  02805043719388e350a699138dd6a225ead91fc5 (commit)
      from  6d21b9431c8d73c88b8d41c874ff766c11f90746 (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 02805043719388e350a699138dd6a225ead91fc5
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Fri Sep 9 15:23:09 2011 -0400

    Fix dos_print when NSPrint interface is used
    
    By adding params.dos_print = true where needed.
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/chrome/content/util/print.js b/Open-ILS/xul/staff_client/chrome/content/util/print.js
index d520776..a4222fa 100644
--- a/Open-ILS/xul/staff_client/chrome/content/util/print.js
+++ b/Open-ILS/xul/staff_client/chrome/content/util/print.js
@@ -448,6 +448,7 @@ util.print.prototype = {
                     + ' => ' + ( params.print_strategy || obj.data.print_strategy[obj.context] || obj.data.print_strategy['default'] ) + '\n');
                 switch(params.print_strategy || obj.data.print_strategy[obj.context] || obj.data.print_strategy['default']) {
                     case 'dos.print':
+                        params.dos_print = true;
                     case 'custom.print':
                         if (typeof w != 'string') {
                             try {

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

Summary of changes:
 .../xul/staff_client/chrome/content/util/print.js  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list