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