• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/integration/salemanager.php
  • Класс: BitrixSalesCenterIntegrationSaleManager
  • Вызов: SaleManager::getEmptyDeliveryServiceId
public function getEmptyDeliveryServiceId()
{
	if (!$this->isEnabled())
	{
		return 0;
	}

	return SaleDeliveryServicesEmptyDeliveryService::getEmptyDeliveryServiceId();
}