AND fix latex->html notes substituion for ~s
authorivan <ivan>
Tue, 4 Mar 2008 03:38:19 +0000 (03:38 +0000)
committerivan <ivan>
Tue, 4 Mar 2008 03:38:19 +0000 (03:38 +0000)
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)