From 49f83dbf16adda969da6eb5f7ff67de4521cc48f Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 5 Jun 2008 12:42:27 +0000 Subject: [PATCH] replace lost braces --- conf/invoice_latex | 8 ++++---- 1 file 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'; -- 2.11.0