• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/report/handler/salesperiodcompare/graphcurrent.php
  • Класс: Bitrix\Crm\Integration\Report\Handler\SalesPeriodCompare\GraphCurrent
  • Вызов: GraphCurrent::prepareQuery
public function prepareQuery(Query $query)
{
	parent::prepareQuery($query);
	$query->where("STAGE_SEMANTIC_ID", PhaseSemantics::SUCCESS);
	return $query;
}