mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Arreglado leyenda
Former-commit-id: eb893efbb586d0852531e9e52fe2e1c9ee64d010
This commit is contained in:
parent
4eb6c16339
commit
9dbc693d2b
@ -1834,7 +1834,7 @@ function graphic_combined_module(
|
|||||||
$label = $params_combined['labels'][$module];
|
$label = $params_combined['labels'][$module];
|
||||||
} else {
|
} else {
|
||||||
$alias = db_get_value('alias', 'tagente', 'id_agente', $module_data['id_agente']);
|
$alias = db_get_value('alias', 'tagente', 'id_agente', $module_data['id_agente']);
|
||||||
$label = $alias.' - '.$module_data['nombre'];
|
$label = $module_data['nombre'];
|
||||||
}
|
}
|
||||||
|
|
||||||
$temp[$label]['g'] = round($temp_data, 4);
|
$temp[$label]['g'] = round($temp_data, 4);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user