The IB added without property Catalog but with link SKU
This commit is contained in:
parent
e7d54bf4e8
commit
598b40e7ac
@ -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'] = '';
|
||||
|
Loading…
Reference in New Issue
Block a user