1
0
mirror of synced 2024-11-22 21:36:10 +03:00

The IB added without property Catalog but with link SKU

This commit is contained in:
m.korolev 2013-07-30 17:18:31 +04:00
parent e7d54bf4e8
commit 598b40e7ac

View File

@ -1624,7 +1624,7 @@ if (empty($arRunErrors))
$boolItemExport = true; $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'] = ''; $arItem['CATALOG_QUANTITY'] = '';