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 60868400c..65c777e76 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -148,7 +148,7 @@            $OUT .=              '<tr class="invoice_totaldesc">'.                qq(<td style="$style"> </td>). -              qq(<td align="left" style="$style">). +              qq(<td align="left" style="$style"> colspan=3).                  $section->{'description'}. ' Total </td>'.                qq(<td align="right" style="$style">).                  $section->{'subtotal'}. '</td>'. | 
