From 0b9b02b4c214be1af2a01dc604d7b51a631c81ff Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 4 Mar 2008 03:37:53 +0000 Subject: and fix latex->html notes substituion for escaped #s --- FS/FS/cust_bill.pm | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.1