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

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