13212-Fix calc of modules/agentes
This commit is contained in:
parent
ce9f342150
commit
4c626f9f97
|
@ -3340,7 +3340,7 @@ class ConsoleSupervisor
|
||||||
|
|
||||||
$ratio = ($modules / $agents);
|
$ratio = ($modules / $agents);
|
||||||
// $ratio = round($ratio);
|
// $ratio = round($ratio);
|
||||||
// $ratio = round($ratio, 2);
|
$ratio = round($ratio, 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($ratio > 200) {
|
if ($ratio > 200) {
|
||||||
|
|
Loading…
Reference in New Issue