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) {
|
foreach ($list_modules as $name) {
|
||||||
$table1->style[$name] = 'text-align: right;';
|
$table1->style[$name] = 'text-align: right;';
|
||||||
if (isset($modules[$name])) {
|
if (isset($modules[$name])) {
|
||||||
$row[$name] = $value;
|
$row[$name] = $modules[$name];
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$row[$name] = "--";
|
$row[$name] = "--";
|
||||||
|
|
Loading…
Reference in New Issue