From: jeff Date: Wed, 10 Jun 2009 23:30:46 +0000 (+0000) Subject: prevent notes from bleeding onto coupon RT#5537 X-Git-Tag: root_of_svc_elec_features~1133 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=70aa87c6af7da679eb319ce1ad62fe96974455ca prevent notes from bleeding onto coupon RT#5537 --- diff --git a/conf/invoice_latex b/conf/invoice_latex index 0cd48125b..7facc19da 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -318,5 +318,8 @@ Terms: [@-- $terms --@]\\ --@] \vfill -[@-- $notes --@] +\begin{minipage}[t]{\textwidth} + [@-- $notes --@] + [@-- $coupon ? '\ifthenelse{\equal{\thepage}{1}}{\rule{0pt}{\extracouponspace}}{}' : '' --@] +\end{minipage} \end{document}