From 70aa87c6af7da679eb319ce1ad62fe96974455ca Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 10 Jun 2009 23:30:46 +0000 Subject: [PATCH] prevent notes from bleeding onto coupon RT#5537 --- conf/invoice_latex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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} -- 2.11.0