From: phasefx Date: Wed, 12 May 2010 17:48:32 +0000 (+0000) Subject: define obj for this method X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ce88b7151c27f14e77c01fb6c7225f3423dbb718;p=evergreen%2Ftadl.git define obj for this method git-svn-id: svn://svn.open-ils.org/ILS/trunk@16418 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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;