From e39044620e72a81e91d11e34fc470aab422a0d5d Mon Sep 17 00:00:00 2001 From: root Date: Mon, 14 Nov 2022 17:22:00 -0300 Subject: [PATCH] =?UTF-8?q?ATUALIZA=C3=87=C3=95ES?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- audio.php | 4 +++- templates/audio.tpl | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/audio.php b/audio.php index 6d932711..4a60e28e 100644 --- a/audio.php +++ b/audio.php @@ -104,7 +104,7 @@ $links = PaginaDados($idProg, $setQuery, $param, $regPagina, $offSet, $pagMostra, true); $setQuery .= " limit $regPagina offset $offSet"; $result = @pg_query($dbcon, $setQuery); - $colspan = $mostaCallcenter ? 10 : 5; + $colspan = $mostaCallcenter ? 11 : 5; $contaReg = 0; $restringAudio = GetRestringeAudio(); @@ -115,6 +115,7 @@ $linkAudio = ''; $msgAudio = ''; $proto = !$dados["protocolo"] ? '-' : substr($dados["protocolo"], 0, 4) . '-' . substr($dados["protocolo"], 4, 6); + $protoparceiro = $dados['protoparceiro'] ? $dados['protoparceiro'] : '-'; $dataAudio = date('Y-m-d', strtotime($dados['calldate'])); if (!$acessoAudio || IsAdmin()) { if (IsAdmin()) { @@ -166,6 +167,7 @@ $tipo\n"; if ($mostaCallcenter) $linhas .= "$proto + $protoparceiro $clasDesc $ItemDesc\n"; $linhas .= "$linkAudio   $linkAudioFone diff --git a/templates/audio.tpl b/templates/audio.tpl index 43ce901a..fc832828 100644 --- a/templates/audio.tpl +++ b/templates/audio.tpl @@ -69,6 +69,7 @@ Direção {if $mostraCallcenter} Protocolo + Protocolo Integrado Classificação Item {/if}