• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/db/blockinserter.php
  • Класс: BitrixSaleLocationDBBlockInserter
  • Вызов: BlockInserter::restoreAutoIncrementRestrictions
public function restoreAutoIncrementRestrictions()
{
	if($this->autoIncFld === false)
		return false;

	return Helper::restoreAutoIncrementRestrictions($this->tableName);
}