Fixes for vat rate
This commit is contained in:
parent
672598a228
commit
1cee1ff6af
@ -694,7 +694,7 @@ class RetailCrmICML
|
||||
$offer.= "<barcode>" . $this->PrepareValue($arOffer["BARCODE"]) . "</barcode>\n";
|
||||
}
|
||||
|
||||
if ($arOffer["CATALOG_VAT"]) {
|
||||
if ((float)$arOffer["CATALOG_VAT"]) {
|
||||
$vatRate = $arOffer["CATALOG_VAT"];
|
||||
} else {
|
||||
$vatRate = 'none';
|
||||
|
Loading…
Reference in New Issue
Block a user