diff options
| -rw-r--r-- | conf/invoice_html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/conf/invoice_html b/conf/invoice_html index 65c777e76..4dd1078f8 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -157,7 +157,7 @@          }          if ($section->{'posttotal'}) { -          $OUT .= '<tr><td align="right" colspan=3>'; +          $OUT .= '<tr><td align="right" colspan=5>';            $OUT .=              '<p><font size="+1">'. $section->{'posttotal'}.              '</font>'. | 
