1
0
mirror of synced 2024-11-21 21:06:09 +03:00

Fixed module installation error when there are no orders

This commit is contained in:
Pavel 2020-09-02 15:33:02 +03:00 committed by GitHub
parent b19c857cc3
commit d64dd971d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
## 2020-09-02 v.5.4.6
* Исправлена ошибка установки модуля при отсутствии заказов в Битрикс
## 2020-09-02 v.5.4.5
* Исправлена ошибка установки статуса оплаты в заказе

View File

@ -1 +1 @@
- Исправлена ошибка установки статуса оплаты в заказе
- Исправлена ошибка установки модуля при отсутствии заказов в Битрикс

View File

@ -1,5 +1,5 @@
<?
$arModuleVersion = array(
"VERSION" => "5.4.5",
"VERSION_DATE" => "2020-09-02 10:45:00"
"VERSION" => "5.4.6",
"VERSION_DATE" => "2020-09-02 14:40:00"
);