From 1b526ef4462e019eaffef61144842ca24f3dfaa7 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 4 Mar 2008 03:38:19 +0000 Subject: [PATCH] AND fix latex->html notes substituion for ~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 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) -- 2.11.0