Remove unnecessary reload

This commit is contained in:
jf-cbd
2024-10-29 11:21:04 +01:00
parent 6ae8a72a35
commit f281fa7b14

View File

@@ -3494,6 +3494,7 @@ abstract class DBObject implements iDisplay
$this->m_bIsInDB = true;
$this->m_bDirty = false;
$this->m_bFullyLoaded = true;
foreach ($this->m_aCurrValues as $sAttCode => $value) {
if (is_object($value)) {
$value = clone $value;