Fixed bug that not show the module value in simple value (visual console). Ticket#2538

This commit is contained in:
Arturo Gonzalez Diaz 2015-08-18 13:26:59 +02:00
parent 8b63a9b811
commit bc4b72f455
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ function visual_map_print_item($layoutData) {
$left = $layoutData['pos_x'];
$id = $layoutData['id'];
$color = $layoutData['label_color'];
$label = $layoutData['label'];
//$label = $layoutData['label'];
$label = '';
$id_module = $layoutData['id_agente_modulo'];
$type = $layoutData['type'];
$period = $layoutData['period'];