Fixed the lost units in the 'general' item in reports.

(cherry picked from commit 86424849c6ade3688c1bc26ea890fa30924b9d38)
This commit is contained in:
mdtrooper 2015-03-11 14:43:05 +01:00
parent 01e6fd70a1
commit 674a4f2697

View File

@ -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 {