[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. b07c1608612eadf7b770cd87c10999a22e4256b0
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_0 has been updated
via b07c1608612eadf7b770cd87c10999a22e4256b0 (commit)
from 437231b8b8782f1344628825d4ce38cba23ddb41 (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 b07c1608612eadf7b770cd87c10999a22e4256b0
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 a51f4d3..d7739f4 100644
--- a/Open-ILS/xul/staff_client/chrome/content/util/print.js
+++ b/Open-ILS/xul/staff_client/chrome/content/util/print.js
@@ -326,6 +326,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