[freeside-commits] freeside/conf invoice_html,1.22,1.23
Ivan,,,
ivan at wavetail.420.am
Tue Jun 24 11:50:17 PDT 2008
Update of /home/cvs/cvsroot/freeside/conf
In directory wavetail.420.am:/tmp/cvs-serv5198
Modified Files:
invoice_html
Log Message:
i think we need a $ there???
Index: invoice_html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- invoice_html 23 Jun 2008 16:46:31 -0000 1.22
+++ invoice_html 24 Jun 2008 18:50:15 -0000 1.23
@@ -165,7 +165,7 @@
'<tr class="invoice_totaldesc">'.
qq(<td style="$style"> </td>).
qq(<td align="left" style="$style").
- ( unitprices ? ' colspan=3>' : '>' ).
+ ( $unitprices ? ' colspan=3>' : '>' ).
$section->{'description'}. ' Total </td>'.
qq(<td align="right" style="$style">).
$section->{'subtotal'}. '</td>'.
More information about the freeside-commits
mailing list