Merge branch '1088-Macros-en-automatic-combined-graph-plantillas-de-informes-open-u-2' into 'develop'

Fix labels - #1088

See merge request !684
This commit is contained in:
vgilc 2017-07-20 15:58:57 +02:00
commit 74f3c15f91
1 changed files with 1 additions and 1 deletions

View File

@ -5852,7 +5852,7 @@ function reporting_custom_graph($report, $content, $type = 'dinamic',
'id_agent' =>modules_get_agentmodule_agent($graph_item['id_agent_module']),
'id_agent_module'=>$graph_item['id_agent_module']);
}
$label = reporting_label_macro($item, $content['style']['label']);
$labels[$graph_item['id_agent_module']] = $label;
}
}