Typo error in include/utils/InventoryUtils.php line 460
There is a space in the middle of an object entry which shouldn't be here
From :
$oldEntity = $vtEntityDelta-> getOldValue($moduleName, $entity_id, $statusFieldName);
To :
$oldEntity = $vtEntityDelta->getOldValue($moduleName, $entity_id, $statusFieldName);