Спасибо, уточню что именно было закомментировано:
\Classes\InventUpdateTTSControl\inventItemLocationSelectLocked закомментирован полностью,
\Classes\InventUpdateTTSControl\setLockInventSumCreate до состояния:
X++:
public void setLockInventSumCreate(InventTrans inventTrans)
{
// InventItemLocation inventItemLocation;
// InventDim inventDim;
// ;
if (!this.mustUseTTSSystem())
inventDim::find(inventTrans.inventDimId,true);
else
{
// inventItemLocation.setConnection(this.dBConnectionLock());
// select firstonly forupdate inventItemLocation
// index hint ItemDimIdx
// where inventItemLocation.ItemId == inventTrans.ItemId &&
// inventItemLocation.inventDimId == InventDim::inventDimIdBlank();
}
}
Все. Собственно блокировки у нас вызывал именно inventItemLocationSelectLocked.