Merge branch 'ent-12872-vista-de-cluster-view-no-carga-error-500' into 'develop'
Ent 12872 vista de cluster view no carga error 500 See merge request artica/pandorafms!6931
This commit is contained in:
commit
ecb8c9f0c7
|
@ -4945,6 +4945,8 @@ function get_resume_agent_concat($id_agente, $all_groups, $agent)
|
|||
// Optional data
|
||||
// Position Information.
|
||||
if ((bool) $config['activate_gis'] === true) {
|
||||
include_once $config['homedir'].'/include/functions_gis.php';
|
||||
|
||||
$data = [];
|
||||
|
||||
$dataPositionAgent = gis_get_data_last_position_agent(
|
||||
|
|
Loading…
Reference in New Issue