diff --git a/intaro.retailcrm/classes/general/icml/RetailCrmICML.php b/intaro.retailcrm/classes/general/icml/RetailCrmICML.php index 5f10435c..c7dff1f9 100644 --- a/intaro.retailcrm/classes/general/icml/RetailCrmICML.php +++ b/intaro.retailcrm/classes/general/icml/RetailCrmICML.php @@ -655,7 +655,7 @@ class RetailCrmICML $name = $this->localizedIBlockProps[$key]; } - $offer .= '" . $this->PrepareValue($arOffer['_PROP_' . $key]) . "\n"; + $offer .= '" . $this->PrepareValue($arOffer['_PROP_' . $key]) . "\n"; } } } @@ -670,7 +670,7 @@ class RetailCrmICML $name = $this->localizedIBlockProps[$key]; } - $offer .= '" . $this->PrepareValue($arOffer['_PROP_' . $key]) . "\n"; + $offer .= '" . $this->PrepareValue($arOffer['_PROP_' . $key]) . "\n"; } } }