From ce88b7151c27f14e77c01fb6c7225f3423dbb718 Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 12 May 2010 17:48:32 +0000 Subject: [PATCH] define obj for this method git-svn-id: svn://svn.open-ils.org/ILS/trunk@16418 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/print.js | 1 + 1 file changed, 1 insertion(+) 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 0a757dc552..bf2d870914 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/print.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/print.js @@ -141,6 +141,7 @@ util.print.prototype = { 'template_sub' : function( msg, cols, params ) { try { + var obj = this; if (!msg) { dump('template sub called with empty string\n'); return; } JSAN.use('util.date'); var s = msg; var b; -- 2.11.0