mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
PDFs visual changes
This commit is contained in:
parent
9f953809a0
commit
dac980e55e
@ -2178,7 +2178,7 @@ function reporting_html_agent_module($table, $item)
|
||||
if ($module === null) {
|
||||
$table_data .= '<td></td>';
|
||||
} else {
|
||||
$table_data .= "<td class='center'>";
|
||||
$table_data .= '<td style="text-align: left;">';
|
||||
if (isset($row['show_type']) === true && $row['show_type'] === '1') {
|
||||
$table_data .= $module;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user