Merge branch 'ent-9813-vista-ppal-de-agente-vista-heatmap-con-errores' into 'develop'

Ent 9813 vista ppal de agente vista heatmap con errores

See merge request artica/pandorafms!5268
This commit is contained in:
Daniel Rodriguez 2022-11-16 16:09:56 +00:00
commit cde26c127e
1 changed files with 1 additions and 1 deletions

View File

@ -4325,7 +4325,7 @@ function agents_get_starmap(int $id_agent, float $width=0, float $height=0)
{
ui_require_css_file('heatmap');
$all_modules = agents_get_modules($id_agent);
$all_modules = agents_get_modules($id_agent, 'id_agente_modulo', ['disabled' => 0]);
if (empty($all_modules)) {
return null;
}