mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
fixed error with label reporting views
This commit is contained in:
parent
49e7ba7312
commit
d5df7bf9ce
@ -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 != '') {
|
if ($label != '') {
|
||||||
$label = reporting_label_macro(
|
$label = reporting_label_macro(
|
||||||
$items_label,
|
$items_label,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user