13212-Fix calc of modules/agentes

This commit is contained in:
Pablo Aragon 2024-04-03 12:14:40 +02:00
parent ce9f342150
commit 4c626f9f97
1 changed files with 1 additions and 1 deletions

View File

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