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