Исправлено удаление модуля (#359)
This commit is contained in:
parent
a83ff3cc6b
commit
1b64044013
@ -1,3 +1,6 @@
|
|||||||
|
## 2024-08-26 v.6.5.26
|
||||||
|
- Исправлено удаление модуля
|
||||||
|
|
||||||
## 2024-08-12 v.6.5.25
|
## 2024-08-12 v.6.5.25
|
||||||
- Улучшена генерация каталога с маркированными товарами
|
- Улучшена генерация каталога с маркированными товарами
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
- Улучшена генерация каталога с маркированными товарами
|
- Исправлено удаление модуля
|
||||||
|
@ -205,20 +205,8 @@ class intaro_retailcrm extends CModule
|
|||||||
include($this->INSTALL_PATH . '/../lib/component/apiclient/clientadapter.php');
|
include($this->INSTALL_PATH . '/../lib/component/apiclient/clientadapter.php');
|
||||||
include($this->INSTALL_PATH . '/../lib/component/advanced/loyaltyinstaller.php');
|
include($this->INSTALL_PATH . '/../lib/component/advanced/loyaltyinstaller.php');
|
||||||
|
|
||||||
|
|
||||||
/* $this->CopyFiles();
|
|
||||||
$this->addEvents();
|
|
||||||
$this->addAgreement();
|
|
||||||
$this->addUserFields();*/
|
|
||||||
|
|
||||||
$this->installExport();
|
$this->installExport();
|
||||||
$this->subscriptionSetup();
|
$this->subscriptionSetup();
|
||||||
//$this->createCustomPropertyFile();
|
|
||||||
|
|
||||||
/* OrderLoyaltyDataService::createLoyaltyHlBlock();
|
|
||||||
|
|
||||||
$service = new OrderLoyaltyDataService();
|
|
||||||
$service->addCustomersLoyaltyFields();*/
|
|
||||||
|
|
||||||
if ($step == 11) {
|
if ($step == 11) {
|
||||||
$arResult['arSites'] = RCrmActions::getSitesList();
|
$arResult['arSites'] = RCrmActions::getSitesList();
|
||||||
@ -1228,6 +1216,7 @@ class intaro_retailcrm extends CModule
|
|||||||
require_once($this->INSTALL_PATH . '/../classes/general/history/RetailCrmHistory_v5.php');
|
require_once($this->INSTALL_PATH . '/../classes/general/history/RetailCrmHistory_v5.php');
|
||||||
require_once($this->INSTALL_PATH . '/../lib/component/constants.php');
|
require_once($this->INSTALL_PATH . '/../lib/component/constants.php');
|
||||||
require_once($this->INSTALL_PATH . '/../classes/general/cart/RetailCrmCart_v5.php');
|
require_once($this->INSTALL_PATH . '/../classes/general/cart/RetailCrmCart_v5.php');
|
||||||
|
require_once($this->INSTALL_PATH . '/../lib/component/advanced/loyaltyinstaller.php');
|
||||||
|
|
||||||
$api_host = COption::GetOptionString($this->MODULE_ID, Constants::CRM_API_HOST_OPTION, 0);
|
$api_host = COption::GetOptionString($this->MODULE_ID, Constants::CRM_API_HOST_OPTION, 0);
|
||||||
$api_key = COption::GetOptionString($this->MODULE_ID, Constants::CRM_API_KEY_OPTION, 0);
|
$api_key = COption::GetOptionString($this->MODULE_ID, Constants::CRM_API_KEY_OPTION, 0);
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
$arModuleVersion = [
|
$arModuleVersion = [
|
||||||
'VERSION' => '6.5.25',
|
'VERSION' => '6.5.26',
|
||||||
'VERSION_DATE' => '2024-08-12 12:00:00'
|
'VERSION_DATE' => '2024-08-26 17:30:00'
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user