Merge remote-tracking branch 'origin/support/3.2' into develop

This commit is contained in:
Eric Espie
2025-01-29 09:37:10 +01:00
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();
}
}