diff options
author | levinse <levinse> | 2011-02-17 18:24:26 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-02-17 18:24:26 +0000 |
commit | 41e39d7f1cef01b44d1d61af917efc019c3ce967 (patch) | |
tree | 0f954b4f5861cbdde995b7074c9ca68b7a842e99 | |
parent | ed048f9ca0a78d83335f1470a8a5a6afcf635a09 (diff) |
fix regression in invoice_latexcoupon from RT10698
-rw-r--r-- | conf/invoice_latexcoupon | 3 |
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 --@]} & \\
|