• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_report_helper.php
  • Класс: \CCrmLeadReportHelper
  • Вызов: CCrmLeadReportHelper::formatResultsTotal
static function formatResultsTotal(&$total, &$columnInfo, &$customChartTotal = null)
{
	parent::formatResultsTotal($total, $columnInfo, $customChartTotal);

	if(isset($total['TOTAL_WEBFORM_ID']))
	{
		// Suppress WEBFORM_ID aggregation
		unset($total['TOTAL_WEBFORM_ID']);
	}
}