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

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, rel_2_1 has been updated
       via  aadf3fc2003ad94632a20e34676fcec6afb290a9 (commit)
      from  76d95e1f1d08c6a4d1be36e8f43fa9dc57fe8a1b (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 aadf3fc2003ad94632a20e34676fcec6afb290a9
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 6ab785b..247f682 100644
--- a/Open-ILS/xul/staff_client/chrome/content/util/print.js
+++ b/Open-ILS/xul/staff_client/chrome/content/util/print.js
@@ -365,6 +365,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