1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00
v.2.3.1
This commit is contained in:
Akolzin Dmitry 2017-12-20 16:49:55 +03:00
parent 0a37ba125e
commit 55f7edb914
3 changed files with 5 additions and 10 deletions

View file

@ -743,9 +743,7 @@ class RetailCrmHistory
RCrmActions::apiMethod($api, 'paymentEditById', __METHOD__, $newHistoryPayments[$orderPayment->getField('XML_ID')]);
}
if (!is_null($paymentExternalId)) {
\Bitrix\Sale\Internals\PaymentTable::update($paymentExternalId, array('XML_ID' => ''));
}
\Bitrix\Sale\Internals\PaymentTable::update($paymentExternalId, array('XML_ID' => ''));
}
}
}
@ -1024,7 +1022,7 @@ class RetailCrmHistory
*
* @param object $order
*
* @return void | boolean
* @return void
*/
public static function shipmentItemReset($order)
{

View file

@ -1,4 +1 @@
- Добавлен выбор валюты в настройках, для выгрузки заказов из CRM
- Исправлена выборка свойств заказа
- Устранен баг в настройках соответствия полей свойств заказа
- Улучшена механика выгрузки заказов из CRM
- Исправлены мелкие баги и недочеты

View file

@ -1,5 +1,5 @@
<?
$arModuleVersion = array(
"VERSION" => "2.3.2",
"VERSION_DATE" => "2017-01-12 10:30:00"
"VERSION" => "2.3.1",
"VERSION_DATE" => "2017-12-27 10:00:00"
);