summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevinse <levinse>2011-02-17 18:24:27 +0000
committerlevinse <levinse>2011-02-17 18:24:27 +0000
commit8b1954b96eed37c4a80f0b64f369c822ec07e639 (patch)
tree785c1da537bd763d482863e89c767d4f6d07fac8
parentae7e5b3b25ada357c7520249d1b2efa9ce9b4565 (diff)
fix regression in invoice_latexcoupon from RT10698
-rw-r--r--conf/invoice_latexcoupon3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/invoice_latexcoupon b/conf/invoice_latexcoupon
index c0d36e57b..6c8b04adf 100644
--- a/conf/invoice_latexcoupon
+++ b/conf/invoice_latexcoupon
@@ -18,8 +18,7 @@ Invoice date & \textbf{[@-- $date --@]} & \multirow{4}*{[@-- $verticalreturnaddr
\addressline{[@-- $address2 --@]}
\addressline{[@-- $city --@], [@-- $state --@]~~[@-- $zip --@]}
\addressline{[@-- $country --@]}
-\\
-[@-- $barcode_file ? '\includegraphics{'.$barcode_file.'}' : '' --@]
+[@-- $barcode_file ? '\\\\ \includegraphics{'.$barcode_file.'}' : "\\" --@]
\end{minipage}}}\\
Customer\#& \textbf{[@-- $custnum --@]} & \\
Total Due & \textbf{[@-- $balance --@]} & \\