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:
Matias Didier 2023-03-02 09:15:37 +00:00
commit c4e8ff49d5
1 changed files with 1 additions and 0 deletions

View File

@ -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;