From d5df7bf9ce54658f46c0c5d34648e1105012af13 Mon Sep 17 00:00:00 2001 From: marcos Date: Mon, 22 Mar 2021 12:01:17 +0100 Subject: [PATCH] fixed error with label reporting views --- pandora_console/include/functions_reporting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,