round 2
This commit is contained in:
parent
7f4b94d728
commit
438fe3f5c2
@ -483,7 +483,7 @@ class FlowPoolService extends Service
|
||||
$k = $flows/$itemMebibyte;
|
||||
|
||||
foreach ($dataItems as &$value) {
|
||||
$value['mebibyte'] = round($value['mebibyte'] * $k);
|
||||
$value['mebibyte'] = round($value['mebibyte'] * $k, 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user