From 8165d34ef006c6fd8c1630777e15adad0ad4e63c Mon Sep 17 00:00:00 2001 From: Ivan Chaplygin Date: Mon, 28 Aug 2023 17:49:02 +0300 Subject: [PATCH] =?UTF-8?q?ref=20#91590=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D1=81?= =?UTF-8?q?=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BE=D0=B1?= =?UTF-8?q?=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B5=20=D0=BD=D0=B0=20=D1=88?= =?UTF-8?q?=D0=B0=D0=B3=D0=B5=2011?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- intaro.retailcrm/install/index.php | 2 +- intaro.retailcrm/lang/ru/install/step11.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/intaro.retailcrm/install/index.php b/intaro.retailcrm/install/index.php index 240669b3..48fbeccf 100644 --- a/intaro.retailcrm/install/index.php +++ b/intaro.retailcrm/install/index.php @@ -414,7 +414,7 @@ class intaro_retailcrm extends CModule if (isset($arResult['errCode'])) { $APPLICATION->IncludeAdminFile( - GetMessage('MODULE_INSTALL_TITLE'), $this->INSTALL_PATH . '/step1.php' + GetMessage('MODULE_INSTALL_TITLE'), $this->INSTALL_PATH . '/step11.php' ); return false; diff --git a/intaro.retailcrm/lang/ru/install/step11.php b/intaro.retailcrm/lang/ru/install/step11.php index fc0a19e6..1a1d0cb7 100644 --- a/intaro.retailcrm/lang/ru/install/step11.php +++ b/intaro.retailcrm/lang/ru/install/step11.php @@ -10,3 +10,5 @@ $MESS ['ERR_0'] = 'Превышено время ожидания ответа $MESS ['ERR_FIELDS_API_HOST'] = 'Неверно заполнены поля.'; $MESS ['INFO_1'] = 'Задайте соответствия между Вашими магазинами в 1С-Битрикс и RetailCRM.'; $MESS ['INFO_2'] = 'У всех Ваших магазинов в RetailCRM должен быть общий API-ключ!'; +$MESS ['ERR_CURRENCY_SITES'] = 'Валюта сайта отличается от валюты магазина в CRM. +Настройте валюты в CRM и CMS для корректной работы интеграции.'; \ No newline at end of file