From: jeff Date: Wed, 25 Nov 2009 16:09:50 +0000 (+0000) Subject: really insert a pagebreak X-Git-Tag: freeside_1_9_2~213 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=0970dea411041f09b9b630f8ee0f7e805027c46b;p=freeside.git really insert a pagebreak --- diff --git a/conf/invoice_latex b/conf/invoice_latex index 18fa61fb2..d37eeba3a 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -242,7 +242,7 @@ Terms: [@-- $terms --@]\\ $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}}'