Merge branch 'ent-9662-second-round' of brutus.artica.es:artica/pandorafms into ent-9662-second-round

This commit is contained in:
Pablo Aragon 2023-03-14 15:59:27 +01:00
commit 302e3c8bf7
1 changed files with 1 additions and 1 deletions

View File

@ -2178,7 +2178,7 @@ function reporting_html_agent_module($table, $item)
if ($module === null) { if ($module === null) {
$table_data .= '<td></td>'; $table_data .= '<td></td>';
} else { } else {
$table_data .= "<td class='center'>"; $table_data .= '<td style="text-align: left;">';
if (isset($row['show_type']) === true && $row['show_type'] === '1') { if (isset($row['show_type']) === true && $row['show_type'] === '1') {
$table_data .= $module; $table_data .= $module;
} else { } else {