fixed error with label reporting views

This commit is contained in:
marcos 2021-03-22 12:01:17 +01:00
parent 49e7ba7312
commit d5df7bf9ce
1 changed files with 1 additions and 1 deletions

View File

@ -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,