1
0
mirror of synced 2024-11-22 05:16:09 +03:00

Merge pull request #64 from sergeygw1990/master

v2.4.6
This commit is contained in:
Alex Lushpai 2019-03-28 17:50:20 +03:00 committed by GitHub
commit dbccb53eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,7 @@
## 2019-03-24 v.2.4.5
## 2019-03-28 v.2.4.6
* Исправление проверки информации о контрагенте при обработке полученных изменений
## 2019-03-28 v.2.4.5
* Обновлен конфигурационный файл для валидатора
## 2019-01-22 v.2.4.4

View File

@ -606,7 +606,7 @@ class RetailCrmHistory
foreach ($optionsLegalDetails[$personType] as $key => $orderProp) {
if (array_key_exists($key, $order)) {
$somePropValue = $propertyCollection->getItemByOrderPropertyId($propsKey[$orderProp]['ID']);
self::setProp($somePropValue, $order['contragent'][$key]);
self::setProp($somePropValue, $order[$key]);
}
}
}

View File

@ -1,5 +1,5 @@
<?
$arModuleVersion = array(
"VERSION" => "2.4.5",
"VERSION_DATE" => "2019-03-28 14:32:00"
"VERSION" => "2.4.6",
"VERSION_DATE" => "2019-03-28 16:44:00"
);