[freeside-commits] freeside/conf invoice_latex,1.41,1.42
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Nov 25 08:09:36 PST 2009
Update of /home/cvs/cvsroot/freeside/conf
In directory wavetail.420.am:/tmp/cvs-serv30960
Modified Files:
invoice_latex
Log Message:
really insert a pagebreak
Index: invoice_latex
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_latex,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- invoice_latex 25 Nov 2009 16:07:04 -0000 1.41
+++ invoice_latex 25 Nov 2009 16:09:34 -0000 1.42
@@ -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