• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_status.php
  • Класс: \CCrmStatus
  • Вызов: CCrmStatus::GetDefaultDealStageName
static function GetDefaultDealStageName($stageID): string
{
	return Loc::getMessage("CRM_DEAL_STAGE_{$stageID}") ?? "[{$stageID}]";
}