- Модуль: crmmobile
- Путь к файлу: ~/bitrix/modules/crmmobile/lib/ProductGrid/Enricher/ConvertCurrency.php
- Класс: BitrixCrmMobileProductGridEnricherConvertCurrency
- Вызов: ConvertCurrency::__construct
public function __construct(string $currencyId)
{
$this->currencyId = $currencyId;
$this->convertableFields = array_fill_keys([
'PRICE',
'PRICE_EXCLUSIVE',
'PRICE_NETTO',
'PRICE_BRUTTO',
'PRICE_ACCOUNT',
'BASE_PRICE',
'SUM',
'TAX_SUM',
'DISCOUNT_ROW',
'DISCOUNT_SUM',
], true);
}