• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/ProductGrid/SummaryQuery.php
  • Класс: BitrixCrmMobileProductGridSummaryQuery
  • Вызов: SummaryQuery::getLocationId
private function getLocationId(): ?string
{
	$locationId = null;
	if ($this->entity->hasField(Item::FIELD_NAME_LOCATION_ID))
	{
		$locationId = $this->entity->get(Item::FIELD_NAME_LOCATION_ID);
	}
	return $locationId;
}