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