From 598b40e7ac7f75b4c7532e046f3a2eaeeb9caf18 Mon Sep 17 00:00:00 2001 From: "m.korolev" Date: Tue, 30 Jul 2013 17:18:31 +0400 Subject: [PATCH] The IB added without property Catalog but with link SKU --- intaro.intarocrm/install/export/intarocrm_run.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intaro.intarocrm/install/export/intarocrm_run.php b/intaro.intarocrm/install/export/intarocrm_run.php index 54e880af..6b3b6b08 100755 --- a/intaro.intarocrm/install/export/intarocrm_run.php +++ b/intaro.intarocrm/install/export/intarocrm_run.php @@ -1624,7 +1624,7 @@ if (empty($arRunErrors)) $boolItemExport = true; } } - if ('X' == $arCatalog[$IBLOCK_ID]['CATALOG_TYPE'] && !$boolItemOffers) + if (('X' == $arCatalog[$IBLOCK_ID]['CATALOG_TYPE'] || 'P' == $arCatalog[$IBLOCK_ID]['CATALOG_TYPE']) && !$boolItemOffers) { $arItem['CATALOG_QUANTITY'] = '';