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