diff --git a/application/Espo/ORM/Entity.php b/application/Espo/ORM/Entity.php index 33df8024b5..74d05977db 100644 --- a/application/Espo/ORM/Entity.php +++ b/application/Espo/ORM/Entity.php @@ -400,8 +400,6 @@ abstract class Entity implements IEntity $this->getFetched($name), $this->getAttributeParam($name, 'isUnordered') ); - - return $this->get($name) != $this->getFetched($name); } public static function areValuesEqual($type, $v1, $v2, $isUnordered = false)