[freeside-commits] freeside/conf invoice_latex,1.21,1.22
Jeff Finucane,420,,
jeff at wavetail.420.am
Thu Jun 5 05:42:30 PDT 2008
Update of /home/cvs/cvsroot/freeside/conf
In directory wavetail.420.am:/tmp/cvs-serv3167
Modified Files:
invoice_latex
Log Message:
replace lost braces
Index: invoice_latex
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_latex,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- invoice_latex 4 Jun 2008 17:59:10 -0000 1.21
+++ invoice_latex 5 Jun 2008 12:42:27 -0000 1.22
@@ -244,8 +244,8 @@
$OUT .= '\makebox[2.0cm][l]{}& ';
$OUT .= '\makebox[2.0cm][l]{}& ';
$OUT .= '\makebox[2.0cm][l]{}& ';
- $OUT .= '\makebox[2.0cm][l]{\textbf{'. ($unitprices ? '~~Unit Price' : ''). '}&';
- $OUT .= '\makebox[2.0cm]{\textbf{'. ($unitprices ? '~Quantity' : ''). '}&';
+ $OUT .= '\makebox[2.0cm][l]{\textbf{'. ($unitprices ? '~~Unit Price' : ''). '}}&';
+ $OUT .= '\makebox[2.0cm]{\textbf{'. ($unitprices ? '~Quantity' : ''). '}}&';
$OUT .= '\makebox[2.0cm][r]{\textbf{Amount}} \\\\';
$OUT .= '\hline';
$OUT .= '\endfirsthead';
@@ -257,8 +257,8 @@
$OUT .= '\makebox[2.0cm][l]{}& ';
$OUT .= '\makebox[2.0cm][l]{}& ';
$OUT .= '\makebox[2.0cm][l]{}& ';
- $OUT .= '\makebox[2.0cm][l]{\textbf{'. ($unitprices ? '~~Unit Price' : ''). '}&';
- $OUT .= '\makebox[2.0cm]{\textbf{'. ($unitprices ? '~Quantity' : ''). '}&';
+ $OUT .= '\makebox[2.0cm][l]{\textbf{'. ($unitprices ? '~~Unit Price' : ''). '}}&';
+ $OUT .= '\makebox[2.0cm]{\textbf{'. ($unitprices ? '~Quantity' : ''). '}}&';
$OUT .= '\makebox[2.0cm][r]{\textbf{Amount}} \\\\';
$OUT .= '\hline';
$OUT .= '\endhead';
More information about the freeside-commits
mailing list