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