• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Broker/Product.php
  • Класс: Bitrix\Crm\Service\Broker\Product
  • Вызов: Product::fillPriceAccount
static function fillPriceAccount(ProductRow $product, string $currencyId): void
{
	$priceAccount = Conversion::toAccountCurrency($product->getPrice(), $currencyId);
	$product->setPriceAccount($priceAccount);
}