diff --git a/intaro.intarocrm/description.ru b/intaro.intarocrm/description.ru new file mode 100644 index 00000000..de30c791 --- /dev/null +++ b/intaro.intarocrm/description.ru @@ -0,0 +1,2 @@ +* При настройке выгрузки каталога сделано необязательным указание артикула товара +* Доработан скрипт генерации ICML-файла в части работы со спецсимволами \ No newline at end of file diff --git a/intaro.intarocrm/export/export_setup.php b/intaro.intarocrm/export/export_setup.php index 84c56fe0..d0c92f81 100644 --- a/intaro.intarocrm/export/export_setup.php +++ b/intaro.intarocrm/export/export_setup.php @@ -1,4 +1,4 @@ - + if(!check_bitrix_sessid()) return; @@ -20,9 +20,9 @@ if (($ACTION == 'EXPORT_EDIT' || $ACTION == 'EXPORT_COPY') && $STEP == 1) if ($STEP>1) { - - - if (count($IBLOCK_EXPORT) < count($IBLOCK_PROPERTY_ARTICLE)) + + + if (count($IBLOCK_EXPORT) < count($IBLOCK_PROPERTY_ARTICLE)) $arSetupErrors[] = GetMessage("ERROR_ARTICLE_NOT_SET"); if (strlen($SETUP_FILE_NAME)<=0) @@ -51,7 +51,7 @@ if (!empty($arSetupErrors)) if ($STEP==1) { - + ?>