• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/controller/automationstage.php
  • Класс: BitrixSalesCenterControllerAutomationStage
  • Вызов: AutomationStage::processBeforeAction
protected function processBeforeAction(Action $action): bool
{
	if (!$this->checkModules())
	{
		return false;
	}

	return parent::processBeforeAction($action);
}