Update comment

This commit is contained in:
Félix Suárez 2024-04-11 13:53:22 -06:00
parent 1d45fd3044
commit 1208e219c2
1 changed files with 1 additions and 1 deletions

View File

@ -4355,7 +4355,7 @@ function reporting_html_last_value($table, $item, $pdf=0)
true
);
} else {
// PDF align center each column
// Center every row
for ($i = 0; $i < 4; $i++) {
$table_data->cellstyle['1'][$i] = 'text-align: center;';
}