diff options
| author | levinse <levinse> | 2011-02-16 06:21:31 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-02-16 06:21:31 +0000 |
| commit | a250f5db876181a0014c94cff750e985f55bcb38 (patch) | |
| tree | c947c8a4b9ad4a2f2c942d18c801a89e5394ef2e /conf | |
| parent | ea2d0e7fb4028de03ae6d38381a94fb358f13b11 (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 --@]} & \\
|
