• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/tax.php
  • Класс: BitrixSaleTax
  • Вызов: Tax::setDeliveryCalculate
public function setDeliveryCalculate($value)
{
	$this->deliveryTax = ($value === true? true : false);
}