diff options
author | levinse <levinse> | 2011-02-16 06:21:29 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-02-16 06:21:29 +0000 |
commit | b3c2e70e63eb8f7ab2543a4d400f72bd5044a9f9 (patch) | |
tree | c3b7296c0d41c9ddedf25ec30b09321fb56969c3 /conf | |
parent | d4af48397914e0885190ae0f33f911262c83cb39 (diff) |
add barcodes to invoices, PDF part, RT10698
Diffstat (limited to 'conf')
-rw-r--r-- | conf/invoice_latexcoupon | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/invoice_latexcoupon b/conf/invoice_latexcoupon index a4ccddda7..c0d36e57b 100644 --- a/conf/invoice_latexcoupon +++ b/conf/invoice_latexcoupon @@ -18,6 +18,8 @@ Invoice date & \textbf{[@-- $date --@]} & \multirow{4}*{[@-- $verticalreturnaddr \addressline{[@-- $address2 --@]}
\addressline{[@-- $city --@], [@-- $state --@]~~[@-- $zip --@]}
\addressline{[@-- $country --@]}
+\\
+[@-- $barcode_file ? '\includegraphics{'.$barcode_file.'}' : '' --@]
\end{minipage}}}\\
Customer\#& \textbf{[@-- $custnum --@]} & \\
Total Due & \textbf{[@-- $balance --@]} & \\
|