• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/migration/migration.php
  • Класс: BitrixSaleLocationMigrationis
  • Вызов: is::stageConvertTree
protected function stageConvertTree()
{
	if($this->getStep() == 0)
	{
		$this->migrator->convertTree();
		$this->nextStep();
	}
	else
	{
		$this->migrator->resetLegacyPath();
		$this->nextStage();
	}
}