Some fixed for the enterprise PDF reports.

This commit is contained in:
mdtrooper 2015-05-14 15:52:55 +02:00
parent fadeaef80a
commit 60d301944d
1 changed files with 1 additions and 1 deletions

View File

@ -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] = "--";