• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_currency.php
  • Класс: \CCrmCurrency
  • Вызов: CCrmCurrency::EnsureReady
static function EnsureReady()
{
	if(!Loader::includeModule('currency'))
	{
		self::$LAST_ERROR = GetMessage('CRM_CURRERCY_MODULE_WARNING');
		return false;
	}

	return true;
}