diff options
Diffstat (limited to 'conf/invoice_latex')
-rw-r--r-- | conf/invoice_latex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/invoice_latex b/conf/invoice_latex index fe910b24e..d04507d99 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -237,6 +237,8 @@ Terms: [@-- $terms --@]\\ }
$OUT .= '\pagebreak' if $section{'post_total'};
$OUT .= '\captionsetup{singlelinecheck=false,justification=raggedright,font={Large,sc,bf}}';
+ $OUT .= '\ifthenelse{\equal{\thepage}{1}}{\setlength{\LTextracouponspace}{\extracouponspace}}{\setlength{\LTextracouponspace}{0pt}}'
+ if $coupon;
$OUT .= '\begin{longtable}{cllllllr}';
$OUT .= '\caption*{ ';
$OUT .= ($section->{'description'}) ? $section->{'description'}: 'Charges';
|