diff --git a/relatorios/pbx/geral/pbxResumoFone.php b/relatorios/pbx/geral/pbxResumoFone.php index 44a228f..ac62d3d 100644 --- a/relatorios/pbx/geral/pbxResumoFone.php +++ b/relatorios/pbx/geral/pbxResumoFone.php @@ -340,7 +340,6 @@ $row["calldate"] = date('d/m/Y H:i', strtotime($row["calldate"])); $row["tplg_descricao"] = explode(" ", $row["tplg_descricao"])[0]; $row["espera"] = SecondToStrTime($row["espera"]); - $row["billsec"] = SecondToStrTime($row["billsec"]); $row["tempo_abandon"] ? $row["tempo_abandon"] = SecondToStrTime($row["tempo_abandon"]) : $row["tempo_abandon"] = '00:00:00'; $row["tempo_atendimento"] = SecondToStrTime($row["tempo_atendimento"]); $row['agente'] = !$row['agente'] ? ' --- ' : $row['agente'];