• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/merger/conflictresolver/sourcefield.php
  • Класс: Bitrix\Crm\Merger\ConflictResolver\SourceField
  • Вызов: SourceField::getHistoryItem
protected function getHistoryItem($value): string
{
	static $sources;
	if ($sources === null)
	{
		$sources = \CCrmStatus::GetStatusList('SOURCE');
	}
	return $sources[$value] ?? (string)$value;
}