mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Some fixed for the enterprise PDF reports.
This commit is contained in:
parent
fadeaef80a
commit
60d301944d
@ -1731,7 +1731,7 @@ function reporting_html_general(&$table, $item) {
|
||||
foreach ($list_modules as $name) {
|
||||
$table1->style[$name] = 'text-align: right;';
|
||||
if (isset($modules[$name])) {
|
||||
$row[$name] = $value;
|
||||
$row[$name] = $modules[$name];
|
||||
}
|
||||
else {
|
||||
$row[$name] = "--";
|
||||
|
Loading…
x
Reference in New Issue
Block a user