diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 8e0aafe5fb..3cd4ba9855 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -5646,7 +5646,7 @@ function reporting_value($report, $content, $type, $pdf=false) ); } - $label = (isset($content['name'])) ? $content['name'] : ''; + $label = (isset($content['style']['label'])) ? $content['style']['label'] : ''; if ($label != '') { $label = reporting_label_macro( $items_label,