• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/import/compiler/compiler.php
  • Класс: BitrixSaleLocationImportCompileris
  • Вызов: is::generateExportTreeBelorussia
private function generateExportTreeBelorussia()
{
	$this->eTreeDB->dropCodeIndex();
	$this->eTreeDB->restoreExportOffset();

	$this->eTreeDB->switchIndexes(false);

	$this->generateExportTreePutBelorussiaBundle(array(self::BELORUSSIA_YANDEX_CODE));
	
	$this->eTreeDB->doneInsert();
	$this->eTreeDB->switchIndexes(true);
}