• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/db/blockinserter.php
  • Класс: BitrixSaleLocationDBBlockInserter
  • Вызов: BlockInserter::resetAutoIncrementFromIndex
public function resetAutoIncrementFromIndex()
{
	Helper::resetAutoIncrement($this->tableName, $this->getIndex() + 1);
}