• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/services/company/restrictions/persontype.php
  • Класс: Bitrix\Sale\Services\Company\Restrictions\PersonType
  • Вызов: PersonType::getSeverity
static function getSeverity($mode)
{
	$result = Base\RestrictionManager::SEVERITY_STRICT;

	if($mode == Base\RestrictionManager::MODE_MANAGER)
		return Base\RestrictionManager::SEVERITY_SOFT;

	return $result;
}