From: Chris Sharp Date: Wed, 1 Feb 2012 21:54:22 +0000 (-0500) Subject: Revert "Receipt editor and %bill_id%" X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9e7bddef9fa95a1fbe3a84dc556e0aceec5f0cae;p=evergreen%2Fpines.git Revert "Receipt editor and %bill_id%" This reverts commit 22a8120544d954eadc8750c3cbbf7085deb4982b. --- 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 091322f568..6ea3a54848 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/print.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/print.js @@ -96,13 +96,8 @@ util.print.prototype = { }, 'escape_html' : function(data) { -<<<<<<< HEAD if (typeof data == 'null') { return ''; } return data.replace(/&/g,'&').replace(//g,'>'); -======= - if (typeof data == 'object') { return ''; } - return String(data).replace(/&/g,'&').replace(//g,'>'); ->>>>>>> 0d795bf... Receipt editor and %bill_id% }, 'simple' : function(msg,params) {