• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/migration/migration.php
  • Класс: BitrixSaleLocationMigrationis
  • Вызов: is::stageConvertLinks
protected function stageConvertLinks()
{
	$this->migrator->convertGroupLocationLinks();
	$this->migrator->convertDeliveryLocationLinks();
	$this->migrator->convertTaxRateLocationLinks();
	$this->nextStage();
}