• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/import/compiler/db/exporttree.php
  • Класс: BitrixSaleLocationImportCompilerDbExportTreeTable
  • Вызов: ExportTreeTable::getNextFreeCode
public function getNextFreeCode()
{
	return self::formatCode(intval(static::getLastOccupiedCode()) + 1);
}