• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/usestore.php
  • Класс: BitrixCatalogComponentUseStore
  • Вызов: UseStore::shouldManageQuantityTrace
static function shouldManageQuantityTrace(): bool
{
	if (!self::isCrmExists())
	{
		return false;
	}

	return !CCrmSaleHelper::isWithOrdersMode();
}