• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Accounting.php
  • Класс: Bitrix\Crm\Service\Accounting
  • Вызов: Accounting::calculatePriceWithoutTax
public function calculatePriceWithoutTax(float $priceWithTax, float $taxRate): float
{
	return \CCrmProductRow::CalculateExclusivePrice($priceWithTax, $taxRate);
}