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