mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed the lost units in the 'general' item in reports.
(cherry picked from commit 86424849c6ade3688c1bc26ea890fa30924b9d38)
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…
x
Reference in New Issue
Block a user