From 41e39d7f1cef01b44d1d61af917efc019c3ce967 Mon Sep 17 00:00:00 2001 From: levinse Date: Thu, 17 Feb 2011 18:24:26 +0000 Subject: [PATCH] fix regression in invoice_latexcoupon from RT10698 --- conf/invoice_latexcoupon | 3 +-- 1 file changed, 1 insertion(+), 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 --@]} & \\ -- 2.11.0