Merged in bugfix/PMCORE-1645 (pull request #7378)

PMCORE-1645

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Paula Quispe
2020-06-12 22:40:43 +00:00
committed by Julio Cesar Laura Avendaño
2 changed files with 2 additions and 2 deletions

View File

@@ -479,7 +479,7 @@ function evaluateFunction($aGrid, $sExpresion)
function PMFTotalCalculation($grid, $field, $function)
{
$systemConfiguration = Bootstrap::getSystemConfiguration();
$floatPointNumber = $systemConfiguration['PMFTOTALCALCULATION_FLOATING_POINT_NUMBER'];
$floatPointNumber = $systemConfiguration['pmftotalcalculation_floating_point_number'];
$function = strtolower($function);
$totalRows = count($grid);
$result = 0;