Browse Source

Remover a linha que transforma str time antes de adicionar segundos

1.8.1-monitor
bruno 1 year ago
parent
commit
0188bc1bcb
  1. 1
      relatorios/pbx/geral/pbxResumoFone.php

1
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'];

Loading…
Cancel
Save