• Модуль: catalogmobile
  • Путь к файлу: ~/bitrix/modules/catalogmobile/lib/EntityEditor/RealizationDocumentProvider.php
  • Класс: BitrixCatalogMobileEntityEditorRealizationDocumentProvider
  • Вызов: RealizationDocumentProvider::checkDocumentReadRight
private function checkDocumentReadRight(): bool
{
	return
		AccessController::getCurrent()->check(ActionDictionary::ACTION_CATALOG_READ)
		&& AccessController::getCurrent()->checkByValue(
			ActionDictionary::ACTION_STORE_DOCUMENT_VIEW,
			BitrixCatalogStoreDocumentTable::TYPE_SALES_ORDERS
		)
	;
}