- Модуль: crmmobile
- Путь к файлу: ~/bitrix/modules/crmmobile/lib/ProductGrid/SingleProductQuery.php
- Класс: BitrixCrmMobileProductGridSingleProductQuery
- Вызов: SingleProductQuery::getEnrichers
protected function getEnrichers(): array
{
return [
new CompletePrices($this->taxCalculator, $this->entity),
new ConvertCurrency($this->currencyId),
new CompleteExtraFields($this->accounting, $this->permissionsProvider, $this->entity),
new CompleteStores($this->entity),
];
}