summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorivan <ivan>2008-06-23 02:48:59 +0000
committerivan <ivan>2008-06-23 02:48:59 +0000
commit3502f3d5ac38353eeb428cdaf9a7878e9421dfe3 (patch)
tree242e3ffd0bad73072f1ccd0aaff4f8d80e94e954 /conf
parent5c6cf04c160cfc19c964399a5d5791033f4115cf (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_html2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_html b/conf/invoice_html
index 98a1760..0e44a1f 100644
--- a/conf/invoice_html
+++ b/conf/invoice_html
@@ -148,7 +148,7 @@
$OUT .=
'<tr class="invoice_totaldesc">'.
qq(<td style="$style">&nbsp;</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>'.