• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/import/compiler/compiler.php
  • Класс: BitrixSaleLocationImportCompilerCompiler
  • Вызов: Compiler::checkIsAllowedStreet
private function checkIsAllowedStreet($item)
{
	$baseType = $this->sysMaps['FIAS2BASETYPE'][$item['SHORTNAME']];

	return ($baseType == 'STREET' && $this->fiasToBaseType[$baseType][$item['SHORTNAME']]['U']); /*street code is in a list of allowed types for export*/
}