Fixed the lost units in the 'general' item in reports.
This commit is contained in:
parent
3e31951c46
commit
86424849c6
|
@ -5590,7 +5590,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