...Человеческий поиск в разработке...
- Модуль: 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); }