projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8be111
)
this is what it was for
author
jeff
<jeff>
Mon, 23 Jun 2008 16:46:31 +0000
(16:46 +0000)
committer
jeff
<jeff>
Mon, 23 Jun 2008 16:46:31 +0000
(16:46 +0000)
conf/invoice_html
patch
|
blob
|
history
diff --git
a/conf/invoice_html
b/conf/invoice_html
index
0e7021e
..
fe826ff
100644
(file)
--- a/
conf/invoice_html
+++ b/
conf/invoice_html
@@
-164,7
+164,8
@@
$OUT .=
'<tr class="invoice_totaldesc">'.
qq(<td style="$style"> </td>).
- qq(<td align="left" style="$style">). #colspan=3???
+ qq(<td align="left" style="$style").
+ ( unitprices ? ' colspan=3>' : '>' ).
$section->{'description'}. ' Total </td>'.
qq(<td align="right" style="$style">).
$section->{'subtotal'}. '</td>'.