summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorjeff <jeff>2009-11-25 16:09:34 +0000
committerjeff <jeff>2009-11-25 16:09:34 +0000
commit8d626f5da7303a4f860544579a895703bd00dc3a (patch)
tree425ded382dd60665ce53a7b60e98c5eab3479e44 /conf
parent3237f725e9b509b151e6ea6cf9e13d0d3cf171b2 (diff)
really insert a pagebreak
Diffstat (limited to 'conf')
-rw-r--r--conf/invoice_latex2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_latex b/conf/invoice_latex
index 18fa61f..d37eeba 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}}'