• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/grid/column/priceprovider.php
  • Класс: BitrixCatalogGridColumnPriceProvider
  • Вызов: PriceProvider::allowPriceEdit
protected function allowPriceEdit(): bool
{
	return
		$this->allowProductEdit()
		&& $this->accessController->check(AccessActionDictionary::ACTION_PRICE_EDIT)
	;
}