diff options
author | jeff <jeff> | 2009-06-10 23:30:46 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-06-10 23:30:46 +0000 |
commit | 70aa87c6af7da679eb319ce1ad62fe96974455ca (patch) | |
tree | 73e3ba87f998d3f3409d1be9259278a67a2a7c0a /conf/invoice_latex | |
parent | d72073a19a37641e1f8fb888b827be9d7ac74bed (diff) |
prevent notes from bleeding onto coupon RT#5537
Diffstat (limited to 'conf/invoice_latex')
-rw-r--r-- | conf/invoice_latex | 5 |
1 files changed, 4 insertions, 1 deletions
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}
|