• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/baseform.php
  • Класс: BitrixCatalogComponentBaseForm
  • Вызов: BaseForm::isInventoryButtonAllowed
protected function isInventoryButtonAllowed(): bool
{
	return $this->entity->getType() !== ProductTable::TYPE_SERVICE;
}