• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/import/compiler/compiler.php
  • Класс: BitrixSaleLocationImportCompileris
  • Вызов: is::restoreTDGlobalExpIndex
private function restoreTDGlobalExpIndex()
{
	if($this->exportOffset == 0)
	{
		$data = $this->getStoredTemporalData(self::TMP_DATA_RUS_GLOBAL_INDEX);
		$this->exportOffset = intval($data['I']);
	}
}