diff --git a/relatorios/callcenter/geral/relClassificacaoDetalhes.php b/relatorios/callcenter/geral/relClassificacaoDetalhes.php index b7da9dd5..aaf65c4b 100644 --- a/relatorios/callcenter/geral/relClassificacaoDetalhes.php +++ b/relatorios/callcenter/geral/relClassificacaoDetalhes.php @@ -558,10 +558,10 @@ class RelClassificacaoDetalhes extends Relatorios { if ($mostraColunaServicos) { $agrupaServico(false); - $widthHeader = array(30, 20, 15, 30, 30, 30, 20, 15); + $widthHeader = array(20, 20, 15, 25, 25, 20, 20, 15); $totalizador = array('Total Chamadas: ' . $this->GetData()[1]['chmd'], '', '','', '', 'Registros: ' . $somaReg, '', '',); } else { - $widthHeader = array(30, 15, 30, 40, 40, 20, 15); + $widthHeader = array(20, 15, 30, 35, 35, 20, 20, 15); $totalizador = array('Total Chamadas: ' . $this->GetData()[1]['chmd'], '', '', '', 'Registros: ' . $somaReg, '', '',); } //Monta o array para passar para o prepara; Necessário passar 6 parametros