• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/documentgenerator/dataprovider/product.php
  • Класс: Bitrix\Crm\Integration\DocumentGenerator\DataProvider\Product
  • Вызов: Product::round
protected function round(float $value): float
{
	if(Loader::includeModule('sale'))
	{
		return PriceMaths::roundPrecision($value);
	}

	return round($value, 2);
}