[freeside-commits] freeside/conf invoice_html,1.17,1.18
Ivan,,,
ivan at wavetail.420.am
Sun Jun 22 19:35:05 PDT 2008
Update of /home/cvs/cvsroot/freeside/conf
In directory wavetail.420.am:/tmp/cvs-serv4770
Modified Files:
invoice_html
Log Message:
fix leaking colspan in totals on sectioned invoices
Index: invoice_html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- invoice_html 5 Jun 2008 19:06:50 -0000 1.17
+++ invoice_html 23 Jun 2008 02:35:02 -0000 1.18
@@ -148,7 +148,7 @@
$OUT .=
'<tr class="invoice_totaldesc">'.
qq(<td style="$style"> </td>).
- qq(<td align="left" style="$style"> colspan=3).
+ qq(<td align="left" style="$style" colspan=3>).
$section->{'description'}. ' Total </td>'.
qq(<td align="right" style="$style">).
$section->{'subtotal'}. '</td>'.
More information about the freeside-commits
mailing list