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:
commit
fe9dcb2c91
|
@ -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'];
|
||||
|
|
Loading…
Reference in New Issue