[freeside-commits] freeside/conf invoice_html,1.21,1.22
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon Jun 23 09:46:33 PDT 2008
Update of /home/cvs/cvsroot/freeside/conf
In directory wavetail.420.am:/tmp/cvs-serv24133
Modified Files:
invoice_html
Log Message:
this is what it was for
Index: invoice_html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- invoice_html 23 Jun 2008 15:37:15 -0000 1.21
+++ invoice_html 23 Jun 2008 16:46:31 -0000 1.22
@@ -164,7 +164,8 @@
$OUT .=
'<tr class="invoice_totaldesc">'.
qq(<td style="$style"> </td>).
- qq(<td align="left" style="$style">). #colspan=3???
+ qq(<td align="left" style="$style").
+ ( unitprices ? ' colspan=3>' : '>' ).
$section->{'description'}. ' Total </td>'.
qq(<td align="right" style="$style">).
$section->{'subtotal'}. '</td>'.
More information about the freeside-commits
mailing list