fix unitprice/section nit
[freeside.git] / conf / invoice_html
index fe149b5..65c777e 100644 (file)
           '<tr>'.
             '<th align="center">Ref</th>'.
             '<th align="left">Description</th>'.
-            <%= ( $unitprices 
-                    ? '<th align="left">Unit Price</th>'.
-                      '<th align="left">Quantity</th>'
-                    : ''
-                  )
-            %>
+            ( $unitprices 
+                ? '<th align="left">Unit Price</th>'.
+                  '<th align="left">Quantity</th>'
+                : ''
+              ).
             '<th align="right">Amount</th>'.
           '</tr>';
 
           $OUT .=
             '<tr class="invoice_totaldesc">'.
               qq(<td style="$style">&nbsp;</td>).
-              qq(<td align="left" style="$style">).
+              qq(<td align="left" style="$style"> colspan=3).
                 $section->{'description'}. ' Total </td>'.
               qq(<td align="right" style="$style">).
                 $section->{'subtotal'}. '</td>'.