• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/recurring/entity/deal.php
  • Класс: Bitrix\Crm\Recurring\Entity\Deal
  • Вызов: Deal::isAllowedExpose
public function isAllowedExpose()
{
	$restriction = RestrictionManager::getDealRecurringRestriction();
	return $restriction->hasPermission();
}