X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill.pm;h=9a49574f8f70a4160e98762262ef9fa28a8af77d;hb=00c53199f47413deee33cac3abffc25d0fa9463c;hp=ee95be83a31c089703e5e291e46515210bea8a27;hpb=c648976f0b7975f2328ebd7ba8c711fad0ca4195;p=freeside.git diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index ee95be83a..9a49574f8 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -1674,8 +1674,10 @@ sub print_generic { s/\\item /
  • /g; s/\\end\{enumerate\}/<\/ol>/g; s/\\textbf\{(.*)\}/$1<\/b>/g; - s/\\\\\*/ /; + s/\\\\\*/
    /g; s/\\dollar ?/\$/g; + s/\\#/#/g; + s/~/ /g; $_; } @_ },