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

This commit is contained in:
mdtrooper 2015-03-11 14:43:05 +01:00
parent 3e31951c46
commit 86424849c6
1 changed files with 1 additions and 1 deletions

View File

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