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