wtf was this for in the first place then
[freeside.git] / conf / invoice_html
index 6086840..e2f1664 100644 (file)
             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>'.