• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/import/import.php
  • Класс: BitrixSaleLocationImportImportProcess
  • Вызов: ImportProcess::mergeRebalancedNodes
private function mergeRebalancedNodes()
{
	if($this->rebalanceInserter)
	{
		$this->logMessage('Finally, MERGE is in progress');

		$this->rebalanceInserter->flush();

		// merge temp table with location table
		LocationLocationTable::mergeRelationsFromTemporalTable(self::TREE_REBALANCE_TEMP_TABLE_NAME, false, array('LEFT_MARGIN' => 'L', 'RIGHT_MARGIN' => 'R', 'DEPTH_LEVEL' => 'D', 'ID' => 'I'));
	}
}