Merge branch 'ent-12530-reportes-SLA-rotos-al-mover-agente' into 'develop'

Ent 12530 reportes sla rotos al mover agente

See merge request artica/pandorafms!6725
This commit is contained in:
Matias Didier 2023-12-11 13:10:51 +00:00
commit fe9dcb2c91
1 changed files with 1 additions and 1 deletions

View File

@ -1275,7 +1275,7 @@ function reporting_html_SLA($table, $item, $mini, $pdf=0)
$table3->headstyle[5] = 'text-align: right';
foreach ($item['data'] as $sla) {
if (isset($sla) === true) {
if (isset($sla) === true && empty($sla['agent']) === false) {
// First_table.
$row = [];
$row[] = $sla['agent'];