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