diff options
-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}
|