Change value color

This commit is contained in:
Félix Suárez 2024-04-08 16:23:19 -06:00
parent 8539d1d905
commit 3c3b1d55d7
1 changed files with 1 additions and 1 deletions

View File

@ -5169,7 +5169,7 @@ function reporting_html_value(
$table->colspan['data']['cell'] = 3;
$table->cellstyle['data']['cell'] = 'text-align: left;';
$table->data['data']['cell'] = '<p class="bolder" style="font-size: '.$font_size.'; color: #000000;">';
$table->data['data']['cell'] = '<p class="bolder" style="font-size: '.$font_size.';">';
if ($check_empty && empty($item['data']['value'])) {
$table->data['data']['cell'] .= __('Unknown');