Merge branch 'ent-10569-Error-500-a-la-hora-de-abrir-vista-de-algun-agente-en-fenix' into 'develop'
error fix See merge request artica/pandorafms!5574
This commit is contained in:
commit
c4e8ff49d5
|
@ -644,6 +644,7 @@ $last_incident = db_get_row_sql(
|
|||
);
|
||||
|
||||
if ($last_incident != false) {
|
||||
$table_incident = new stdClass();
|
||||
$table_incident->id = 'agent_incident_main';
|
||||
$table_incident->width = '100%';
|
||||
$table_incident->cellspacing = 0;
|
||||
|
|
Loading…
Reference in New Issue