diff options
author | ivan <ivan> | 2008-06-23 02:48:59 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-06-23 02:48:59 +0000 |
commit | 3502f3d5ac38353eeb428cdaf9a7878e9421dfe3 (patch) | |
tree | 242e3ffd0bad73072f1ccd0aaff4f8d80e94e954 /conf | |
parent | 5c6cf04c160cfc19c964399a5d5791033f4115cf (diff) |
this seems to match the latex templates more accurately, rather than push the sub-totals out into their own column
Diffstat (limited to 'conf')
-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 98a176058..0e44a1f09 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" colspan=3>). + qq(<td align="left" style="$style" colspan=2>). $section->{'description'}. ' Total </td>'. qq(<td align="right" style="$style">). $section->{'subtotal'}. '</td>'. |