• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/order/tradingplatform/telegram/eventhandler.php
  • Класс: Bitrix\Crm\Order\TradingPlatform\Telegram\EventHandler
  • Вызов: EventHandler::isDealWithProducts
static function isDealWithProducts(int $dealId): bool
{
	return count(\CCrmDeal::LoadProductRows($dealId)) > 0;
}