diff options
| author | jeff <jeff> | 2008-06-05 19:06:50 +0000 | 
|---|---|---|
| committer | jeff <jeff> | 2008-06-05 19:06:50 +0000 | 
| commit | 3b54099d7b5532a411bb477006d78844c0597745 (patch) | |
| tree | c84a066d32e106e7e3c68f07e5954355b1a48965 | |
| parent | 943ed94ca5c48732ed064598c49599199e3b6d53 (diff) | |
dash removal
| -rw-r--r-- | conf/invoice_html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/conf/invoice_html b/conf/invoice_html index 4dd1078f8..5afbb7ad3 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -134,7 +134,7 @@              foreach my $ext_desc ( @{$line->{'ext_description'} } ) {                $OUT .=                  '<tr class="invoice_extdesc">'. -                  '<td align="left">- '. $ext_desc. '</td>'. +                  '<td align="left">  '. $ext_desc. '</td>'.                  '</tr>'              }              $OUT .= '</table></td><td></td></tr>'; | 
