summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorjeff <jeff>2008-06-05 16:56:55 +0000
committerjeff <jeff>2008-06-05 16:56:55 +0000
commit6fb3ca52b569e131e082d3fe3f141ec3a307b164 (patch)
tree48bbcfd181b5955255f73f990cbb3455b1a9bf5e /conf
parente10864788e90c9103c4e479d95ed4e09b9685554 (diff)
fix unitprice/section nit
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 6086840..65c777e 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">).
+ qq(<td align="left" style="$style"> colspan=3).
$section->{'description'}. ' Total </td>'.
qq(<td align="right" style="$style">).
$section->{'subtotal'}. '</td>'.