N°1799 - Fix TTO and TTR not recomputed when change on priority

This commit is contained in:
Eric
2018-11-27 09:25:54 +01:00
parent 5309aa225a
commit 95a22a1a7e

View File

@@ -2245,6 +2245,7 @@ abstract class DBObject implements iDisplay
try
{
$this->DoComputeValues();
// Stop watches
$sState = $this->GetState();
if ($sState != '')
@@ -2263,8 +2264,6 @@ abstract class DBObject implements iDisplay
}
}
}
$this->DoComputeValues();
$this->OnUpdate();
$aChanges = $this->ListChanges();