[freeside-commits] freeside/conf invoice_latex,1.40.2.1,1.40.2.2
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Nov 25 08:09:52 PST 2009
Update of /home/cvs/cvsroot/freeside/conf
In directory wavetail.420.am:/tmp/cvs-serv30979
Modified Files:
Tag: FREESIDE_1_9_BRANCH
invoice_latex
Log Message:
really insert a pagebreak
Index: invoice_latex
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_latex,v
retrieving revision 1.40.2.1
retrieving revision 1.40.2.2
diff -u -d -r1.40.2.1 -r1.40.2.2
--- invoice_latex 25 Nov 2009 16:07:59 -0000 1.40.2.1
+++ invoice_latex 25 Nov 2009 16:09:50 -0000 1.40.2.2
@@ -242,7 +242,7 @@
$OUT .= '\large\textsc{'. $section->{'pretotal'}. '}\\\\';
$OUT .= '\\end{flushright}';
}
- $OUT .= '\pagebreak' if $section{'post_total'};
+ $OUT .= '\pagebreak' if $section->{'post_total'};
unless ($section->{'summarized'} ) {
$OUT .= '\captionsetup{singlelinecheck=false,justification=raggedright,font={Large,sc,bf}}';
$OUT .= '\ifthenelse{\equal{\thepage}{1}}{\setlength{\LTextracouponspace}{\extracouponspace}}{\setlength{\LTextracouponspace}{0pt}}'
More information about the freeside-commits
mailing list