• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Factory/Deal.php
  • Класс: Bitrix\Crm\Service\Factory\Deal
  • Вызов: Deal::isInventoryManagementEnabled
public function isInventoryManagementEnabled(): bool
{
	return
		$this->isLinkWithProductsEnabled()
		&& LayoutSettings::getCurrent()->isSliderEnabled()
		&& CCrmSaleHelper::isProcessInventoryManagement()
	;
}