[freeside-commits] freeside/conf invoice_latex,1.36,1.37

Jeff Finucane,420,, jeff at wavetail.420.am
Wed Jun 10 16:30:48 PDT 2009


Update of /home/cvs/cvsroot/freeside/conf
In directory wavetail.420.am:/tmp/cvs-serv18140

Modified Files:
	invoice_latex 
Log Message:
prevent notes from bleeding onto coupon RT#5537

Index: invoice_latex
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_latex,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- invoice_latex	13 May 2009 00:51:59 -0000	1.36
+++ invoice_latex	10 Jun 2009 23:30:46 -0000	1.37
@@ -318,5 +318,8 @@
 
 --@]
 \vfill
-[@-- $notes --@]
+\begin{minipage}[t]{\textwidth}
+  [@-- $notes --@]
+  [@-- $coupon ? '\ifthenelse{\equal{\thepage}{1}}{\rule{0pt}{\extracouponspace}}{}' : '' --@]
+\end{minipage}
 \end{document}



More information about the freeside-commits mailing list