From a95b449203e74068ae4f864f63a6bca1e14ce9cb Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 8 Dec 2008 08:46:32 +0000 Subject: [PATCH] normal ext_desc shouldn't shove the second+ columns of CDRs out --- conf/invoice_html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 .= ''; -- 2.11.0