diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_bill.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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\{(.*)\}/<b>$1<\/b>/g; s/\\\\\*/<br>/g; s/\\dollar ?/\$/g; + s/\\#/#/g; $_; } $conf->config_orbase('invoice_latexnotes', $template) |