From 0970dea411041f09b9b630f8ee0f7e805027c46b Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 25 Nov 2009 16:09:50 +0000 Subject: [PATCH] really insert a pagebreak --- conf/invoice_latex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}' -- 2.20.1