• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/crm/returncustomer/service.php
  • Класс: Bitrix\Sender\Integration\Crm\ReturnCustomer\Service
  • Вызов: Service::canCurrentUserUse
static function canCurrentUserUse()
{
	//TODO: add Security\Access::getInstance()->canModifyRc()
	return self::canUse();
}