diff --git a/intaro.retailcrm/description.ru b/intaro.retailcrm/description.ru index 9b5f9018..6d3d910a 100644 --- a/intaro.retailcrm/description.ru +++ b/intaro.retailcrm/description.ru @@ -1 +1 @@ -- Исправлена передача ФИО покупателя в заказе +- Изменена логика передачи адреса доставки в заказе из Bitrix в CRM diff --git a/intaro.retailcrm/install/index.php b/intaro.retailcrm/install/index.php index 48fbeccf..c2d6bf47 100644 --- a/intaro.retailcrm/install/index.php +++ b/intaro.retailcrm/install/index.php @@ -461,7 +461,6 @@ class intaro_retailcrm extends CModule COption::SetOptionString($this->MODULE_ID, $this->CRM_SITES_LIST, serialize([])); } - //prepare crm lists try { $arResult['orderTypesList'] = $this->RETAIL_CRM_API->orderTypesList()->orderTypes; $arResult['deliveryTypesList'] = $this->RETAIL_CRM_API->deliveryTypesList()->deliveryTypes;