• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/UI/EntityEditor/ProviderDecorator.php
  • Класс: Bitrix\CrmMobile\UI\EntityEditor\ProviderDecorator
  • Вызов: ProviderDecorator::getPriceFieldName
private function getPriceFieldName(): string
{
	return $this->entity->hasField(Item::FIELD_NAME_OPPORTUNITY) ? Item::FIELD_NAME_OPPORTUNITY : 'OPPORTUNITY';
}