diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 412b959a99..7af4b9b778 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -2377,6 +2377,7 @@ abstract class DBObject implements iDisplay if (in_array($sState, $oAttDef->GetStates())) { // Compute or recompute the deadlines + /** @var \ormStopWatch $oSW */ $oSW = $this->Get($sAttCode); $oSW->ComputeDeadlines($this, $oAttDef); $this->Set($sAttCode, $oSW);