diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/invoice_latex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/invoice_latex b/conf/invoice_latex index ddd068ed6..fe910b24e 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -235,6 +235,7 @@ Terms: [@-- $terms --@]\\ $OUT .= '\large\textsc{'. $section->{'pretotal'}. '}\\\\';
$OUT .= '\\end{flushright}';
}
+ $OUT .= '\pagebreak' if $section{'post_total'};
$OUT .= '\captionsetup{singlelinecheck=false,justification=raggedright,font={Large,sc,bf}}';
$OUT .= '\begin{longtable}{cllllllr}';
$OUT .= '\caption*{ ';
|