N°7268 Method SetComputedDate fails on Date only attribute

(cherry picked from commit b6caa51552)
(cherry picked from commit c8810708ef)
This commit is contained in:
vdumas
2024-02-21 08:46:25 +01:00
committed by Pierre Goiffon
parent 6377a738c5
commit 71d9536bc4
2 changed files with 28 additions and 1 deletions

View File

@@ -4229,7 +4229,7 @@ abstract class DBObject implements iDisplay
}
}
$oDate->modify($sModifier);
$this->Set($sAttCode, $oDate->format('Y-m-d H:i:s'));
$this->Set($sAttCode, $oDate->getTimestamp());
}
/**