From 9f54e4ca87b9e83b95730543a3feb033e82d07e6 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 4 Mar 2008 03:37:50 +0000 Subject: [PATCH] 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 9b7752a6d..1d4060130 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -1676,6 +1676,7 @@ sub print_generic { s/\\textbf\{(.*)\}/$1<\/b>/g; s/\\\\\*/
/g; s/\\dollar ?/\$/g; + s/\\#/#/g; $_; } @_ }, -- 2.11.0