diff --git a/intaro.retailcrm/classes/general/icml/RetailCrmICML.php b/intaro.retailcrm/classes/general/icml/RetailCrmICML.php index d7349c9c..5f10435c 100644 --- a/intaro.retailcrm/classes/general/icml/RetailCrmICML.php +++ b/intaro.retailcrm/classes/general/icml/RetailCrmICML.php @@ -694,7 +694,7 @@ class RetailCrmICML $offer.= "" . $this->PrepareValue($arOffer["BARCODE"]) . "\n"; } - if ($arOffer["CATALOG_VAT"]) { + if ((float)$arOffer["CATALOG_VAT"]) { $vatRate = $arOffer["CATALOG_VAT"]; } else { $vatRate = 'none';