diff options
author | Mark Wells <mark@freeside.biz> | 2016-04-14 15:37:30 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-04-14 15:37:30 -0700 |
commit | 1a2b4deb55de4659f25a607fa1918d162b0be7d1 (patch) | |
tree | 627aabc045c8cc68576f530d50a0a8b0e940d0fb /conf/invoice_latexcoupon | |
parent | e955f682e4a756ff90c3463efd82377896631047 (diff) |
set invoice defaults to support online printing, #33849
Diffstat (limited to 'conf/invoice_latexcoupon')
-rw-r--r-- | conf/invoice_latexcoupon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_latexcoupon b/conf/invoice_latexcoupon index a0338bd9a..238022680 100644 --- a/conf/invoice_latexcoupon +++ b/conf/invoice_latexcoupon @@ -24,7 +24,7 @@ Customer\#& \textbf{[@-- $custnum --@]} & \\ Total Due & \textbf{[@-- $balance --@]} & \\
\rule{0pt}{[@-- defined($amountenclosedsep) ? $amountenclosedsep : '2.25em' --@]}Amount Enclosed & \rule{2cm}{1pt}& \\
\end{tabular}\\
-\rule{0pt}{[@-- defined($coupontoaddresssep) ? $coupontoaddresssep : '1cm' --@]} &\\
+\rule{0pt}{[@-- defined($coupontoaddresssep) ? $coupontoaddresssep : '1in' --@]} &\\
\end{tabular}\\
\begin{tabular}{ll}
\addressinset \rule{0.5cm}{0cm} &
|