From: ivan Date: Mon, 8 Dec 2008 08:46:32 +0000 (+0000) Subject: normal ext_desc shouldn't shove the second+ columns of CDRs out X-Git-Tag: root_of_webpay_support~206 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a95b449203e74068ae4f864f63a6bca1e14ce9cb normal ext_desc shouldn't shove the second+ columns of CDRs out --- diff --git a/conf/invoice_html b/conf/invoice_html index a43cc92b7..49c11877c 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -154,7 +154,10 @@ foreach my $ext_desc ( @{$line->{'ext_description'} } ) { $OUT .= ''. - '  '. $ext_desc. ''. + '/i ? '' : 'colspan=99' ). '>'. + '  '. $ext_desc. + ''. '' } $OUT .= '';