summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
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}}'