PMCORE-1645
This commit is contained in:
@@ -478,7 +478,7 @@ function evaluateFunction($aGrid, $sExpresion)
|
|||||||
function PMFTotalCalculation($grid, $field, $function)
|
function PMFTotalCalculation($grid, $field, $function)
|
||||||
{
|
{
|
||||||
$systemConfiguration = Bootstrap::getSystemConfiguration();
|
$systemConfiguration = Bootstrap::getSystemConfiguration();
|
||||||
$floatPointNumber = $systemConfiguration['PMFTOTALCALCULATION_FLOATING_POINT_NUMBER'];
|
$floatPointNumber = $systemConfiguration['pmftotalcalculation_floating_point_number'];
|
||||||
$function = strtolower($function);
|
$function = strtolower($function);
|
||||||
$totalRows = count($grid);
|
$totalRows = count($grid);
|
||||||
$result = 0;
|
$result = 0;
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ class System
|
|||||||
'highlight_home_folder_refresh_time' => 10,
|
'highlight_home_folder_refresh_time' => 10,
|
||||||
'highlight_home_folder_scope' => 'unassigned', // For now only this list is supported
|
'highlight_home_folder_scope' => 'unassigned', // For now only this list is supported
|
||||||
'disable_advanced_search_case_title_fulltext' => 0,
|
'disable_advanced_search_case_title_fulltext' => 0,
|
||||||
'PMFTOTALCALCULATION_FLOATING_POINT_NUMBER' => 10,
|
'pmftotalcalculation_floating_point_number' => 10,
|
||||||
'report_table_batch_regeneration' => 1000
|
'report_table_batch_regeneration' => 1000
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user