summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorjeff <jeff>2009-11-25 16:09:50 +0000
committerjeff <jeff>2009-11-25 16:09:50 +0000
commit0970dea411041f09b9b630f8ee0f7e805027c46b (patch)
tree3d7add5d2b7d1ae13347be00abb147c3f7887cc2 /conf
parentafcc1fa01a43ad84eabcecccb2a0ab2383c67983 (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}}'