From: ivan Date: Tue, 4 Mar 2008 03:37:53 +0000 (+0000) Subject: and fix latex->html notes substituion for escaped #s X-Git-Tag: freeside_1_7_3rc1~72 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=0b9b02b4c214be1af2a01dc604d7b51a631c81ff;p=freeside.git and fix latex->html notes substituion for escaped #s --- diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index eebff0766..6205a6573 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -2216,6 +2216,7 @@ sub print_html { s/\\textbf\{(.*)\}/$1<\/b>/g; s/\\\\\*/
/g; s/\\dollar ?/\$/g; + s/\\#/#/g; $_; } $conf->config_orbase('invoice_latexnotes', $template)