summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorjeff <jeff>2008-08-08 18:13:05 +0000
committerjeff <jeff>2008-08-08 18:13:05 +0000
commit20d7ca3a3e37b9748eed3f7ef362f04c757420ba (patch)
treea07e30a32bbe662e2d9fc9f2594f79f4ed1b96a2 /conf
parentb2474be9902af86b59b8e581de4609dee136264b (diff)
cdrs can be in separate invoice section, after total, summarized inline, with hints for page breaks
Diffstat (limited to 'conf')
-rw-r--r--conf/invoice_latex1
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*{ ';