• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/ProductGrid/ProductGridReceivePaymentQuery.php
  • Класс: BitrixCrmMobileProductGridProductGridReceivePaymentQuery
  • Вызов: ProductGridReceivePaymentQuery::getEnrichers
protected function getEnrichers(): array
{
	return [
		...parent::getEnrichers(),
		new CompleteBasketFields($this->entity),
	];
}