• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/orderbase.php
  • Класс: BitrixSaleOrderBase
  • Вызов: OrderBase::getTax
public function getTax()
{
	if ($this->tax === null)
	{
		$this->tax = $this->loadTax();
	}
	return $this->tax;
}