From: jeff Date: Thu, 5 Jun 2008 12:42:27 +0000 (+0000) Subject: replace lost braces X-Git-Tag: root_of_webpay_support~590 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=49f83dbf16adda969da6eb5f7ff67de4521cc48f replace lost braces --- 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';