summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorjeff <jeff>2009-06-10 23:30:46 +0000
committerjeff <jeff>2009-06-10 23:30:46 +0000
commit70aa87c6af7da679eb319ce1ad62fe96974455ca (patch)
tree73e3ba87f998d3f3409d1be9259278a67a2a7c0a /conf
parentd72073a19a37641e1f8fb888b827be9d7ac74bed (diff)
prevent notes from bleeding onto coupon RT#5537
Diffstat (limited to 'conf')
-rw-r--r--conf/invoice_latex5
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}