Fixed the lost units in the 'general' item in reports.
(cherry picked from commit 86424849c6
)
This commit is contained in:
parent
01e6fd70a1
commit
674a4f2697
|
@ -5640,7 +5640,7 @@ function reporting_render_report_html_item ($content, $table, $report, $mini = f
|
|||
$data[$agent_name][$module_name] = '--';
|
||||
}
|
||||
else {
|
||||
if (!is_numeric($d)) {
|
||||
if (!is_numeric($value_res)) {
|
||||
$data[$agent_name][$module_name] = $value_res;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue