X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_latex;h=ae21de2bada0743491b7706d5b297ad49765dc0b;hb=e10864788e90c9103c4e479d95ed4e09b9685554;hp=2acd7102d4b95d366d92a9e0426ef144983e540f;hpb=988ec48fea05902eb7ea22e43a44e86a36eee06a;p=freeside.git 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';