summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorjeff <jeff>2008-06-05 17:05:57 +0000
committerjeff <jeff>2008-06-05 17:05:57 +0000
commit943ed94ca5c48732ed064598c49599199e3b6d53 (patch)
tree8e0f5d9cf7e569bf11cdfe74ea428dbf9e57d068 /conf
parent6fb3ca52b569e131e082d3fe3f141ec3a307b164 (diff)
fix unitprice/posttotal 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 65c777e..4dd1078 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>'.