this is what it was for
authorjeff <jeff>
Mon, 23 Jun 2008 16:46:31 +0000 (16:46 +0000)
committerjeff <jeff>
Mon, 23 Jun 2008 16:46:31 +0000 (16:46 +0000)
conf/invoice_html

index 0e7021e..fe826ff 100644 (file)
           $OUT .=
             '<tr class="invoice_totaldesc">'.
               qq(<td style="$style">&nbsp;</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>'.