[freeside-commits] freeside/FS/FS cust_bill.pm,1.161,1.162
Ivan,,,
ivan at wavetail.420.am
Wed Jan 31 17:57:14 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv24137
Modified Files:
cust_bill.pm
Log Message:
eliminate \\* in the cheesy latex->html notes thing
Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- cust_bill.pm 31 Jan 2007 04:30:49 -0000 1.161
+++ cust_bill.pm 1 Feb 2007 01:57:12 -0000 1.162
@@ -2331,6 +2331,7 @@
s/\\item / <li>/;
s/\\end\{enumerate\}/<\/ol>/;
s/\\textbf\{(.*)\}/<b>$1<\/b>/;
+ s/\\\\\*/ /;
$_;
}
$conf->config_orbase('invoice_latexnotes', $template)
More information about the freeside-commits
mailing list