N°8139 - Avoid double writing in lifecycle action

This commit is contained in:
Eric Espie
2025-01-29 09:32:21 +01:00
parent 38e0fb27f1
commit a3c911e93e
3 changed files with 239 additions and 2 deletions

View File

@@ -4538,6 +4538,8 @@ abstract class DBObject implements iDisplay
} else {
$aBackupValues[$sAttCode] = $value;
}
} else {
$aBackupValues[$sAttCode] = $oAttDef->GetNullValue();
}
}