• Модуль: catalogmobile
  • Путь к файлу: ~/bitrix/modules/catalogmobile/lib/Controller/DocumentDetails/BaseDocumentDetails.php
  • Класс: BitrixCatalogMobileControllerDocumentDetailsBaseDocumentDetails
  • Вызов: BaseDocumentDetails::checkDocumentBaseRights
protected function checkDocumentBaseRights(): bool
{
	return (
		$this->accessController->check(ActionDictionary::ACTION_CATALOG_READ)
		&& $this->accessController->check(ActionDictionary::ACTION_INVENTORY_MANAGEMENT_ACCESS)
	);
}