diff options
| author | jeff <jeff> | 2008-06-05 12:42:27 +0000 | 
|---|---|---|
| committer | jeff <jeff> | 2008-06-05 12:42:27 +0000 | 
| commit | 49f83dbf16adda969da6eb5f7ff67de4521cc48f (patch) | |
| tree | ca631ddada09678470770ea9635194719634ebaf | |
| parent | 3e200e9a6316815514fe1b5d2e04364ef2e34b63 (diff) | |
replace lost braces
| -rw-r--r-- | conf/invoice_latex | 8 | 
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';
 | 
