dash removal
[freeside.git] / conf / invoice_html
index fe149b5..5afbb7a 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>';
 
             foreach my $ext_desc ( @{$line->{'ext_description'} } ) {
               $OUT .=
                 '<tr class="invoice_extdesc">'.
-                  '<td align="left">-&nbsp;'. $ext_desc. '</td>'.
+                  '<td align="left">&nbsp;&nbsp;'. $ext_desc. '</td>'.
                 '</tr>'
             }
             $OUT .= '</table></td><td></td></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>'.
         }
 
         if ($section->{'posttotal'}) {
-          $OUT .= '<tr><td align="right" colspan=3>';
+          $OUT .= '<tr><td align="right" colspan=5>';
           $OUT .=
             '<p><font size="+1">'. $section->{'posttotal'}.
             '</font>'.