From 8d626f5da7303a4f860544579a895703bd00dc3a Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 25 Nov 2009 16:09:34 +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.11.0