ProductRow::normalizePriceAccount

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. ProductRow
  4. normalizePriceAccount
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/productrow.php
  • Класс: Bitrix\Crm\ProductRow
  • Вызов: ProductRow::normalizePriceAccount
protected function normalizePriceAccount(string $currencyId): void
{
	$priceAccount = Currency\Conversion::toAccountCurrency($this->getPrice(), $currencyId);

	$this->setPriceAccount($priceAccount);
}

Добавить комментарий