From 3dad0efcb8d5cdfd14b449b3c9bac26226fcac29 Mon Sep 17 00:00:00 2001 From: "douglas.strappasson" Date: Wed, 20 Sep 2023 16:09:48 -0400 Subject: [PATCH] ajuste no pdf pois estava quebrando o layout --- relatorios/callcenter/geral/relClassificacaoDetalhes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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