diff options
author | jeff <jeff> | 2008-06-23 16:46:31 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-06-23 16:46:31 +0000 |
commit | 5bc6e3dc0b986d70b7b5b1a63916dbe7e8c33faa (patch) | |
tree | 7e7d3f4774256ef8d7dd31a34e6f1533b8cd02ed | |
parent | a8be11120336b0f1a8565f4abe4758f8211e1f5a (diff) |
this is what it was for
-rw-r--r-- | conf/invoice_html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/invoice_html b/conf/invoice_html index 0e7021e3b..fe826ff2f 100644 --- 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>'. |