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