Fixes for vat rate
This commit is contained in:
parent
672598a228
commit
1cee1ff6af
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue