summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-06-23 02:50:22 +0000
committerivan <ivan>2008-06-23 02:50:22 +0000
commitb57b46f7a4743346799dae9ae680152829889fc0 (patch)
tree538693b5a46c78e7cf1bab46a57f727dfe3f28c1
parent3502f3d5ac38353eeb428cdaf9a7878e9421dfe3 (diff)
wtf was this for in the first place then
-rw-r--r--conf/invoice_html2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_html b/conf/invoice_html
index 0e44a1f09..e2f16640d 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=2>).
+ qq(<td align="left" style="$style">). #colspan=3???
$section->{'description'}. ' Total </td>'.
qq(<td align="right" style="$style">).
$section->{'subtotal'}. '</td>'.