AND fix latex->html notes substituion for ~s
[freeside.git] / FS / FS / cust_bill.pm
index 6205a65..1d76f80 100644 (file)
@@ -2217,6 +2217,7 @@ sub print_html {
                        s/\\\\\*/<br>/g;
                        s/\\dollar ?/\$/g;
                        s/\\#/#/g;
+                       s/~/&nbsp;/g;
                        $_;
                      } 
                      $conf->config_orbase('invoice_latexnotes', $template)