• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/order/matcher/fieldsynchronizer.php
  • Класс: Bitrix\Crm\Order\Matcher\FieldSynchronizer
  • Вызов: FieldSynchronizer::getDefaultCountryId
static function getDefaultCountryId()
{
	if (static::$countryId === null)
	{
		static::$countryId = EntityPreset::getCurrentCountryId();
	}

	return static::$countryId;
}