summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorjeff <jeff>2008-06-05 12:42:27 +0000
committerjeff <jeff>2008-06-05 12:42:27 +0000
commit49f83dbf16adda969da6eb5f7ff67de4521cc48f (patch)
treeca631ddada09678470770ea9635194719634ebaf /conf
parent3e200e9a6316815514fe1b5d2e04364ef2e34b63 (diff)
replace lost braces
Diffstat (limited to 'conf')
-rw-r--r--conf/invoice_latex8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/invoice_latex b/conf/invoice_latex
index 2acd7102d..ae21de2ba 100644
--- a/conf/invoice_latex
+++ b/conf/invoice_latex
@@ -244,8 +244,8 @@ Terms: [@-- $terms --@]\\
$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 @@ Terms: [@-- $terms --@]\\
$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';