• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/import/compiler/db/exporttreeukrain.php
  • Класс: BitrixSaleLocationImportCompilerDbExportTreeUkrainTable
  • Вызов: ExportTreeUkrainTable::dropCodeIndex
public function dropCodeIndex()
{
	unset($this->codeIndex);

	if(!empty($this->regionCodeIndex))
		$this->codeIndex = $this->regionCodeIndex;
}