• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discount/actions.php
  • Класс: BitrixSaleDiscountActions
  • Вызов: Actions::roundValue
static function roundValue($value, /** @noinspection PhpUnusedParameterInspection */ $currency)
{
	/** @noinspection PhpInternalEntityUsedInspection */
	return SalePriceMaths::roundPrecision($value);
}