in household, force validTo of address to be NULL

This commit is contained in:
2022-04-01 15:06:00 +02:00
parent c7762dd6d2
commit a4ece21f2b
2 changed files with 5 additions and 0 deletions

View File

@@ -514,6 +514,8 @@ class Household
if ($iterator->valid()) {
$current->setValidTo($iterator->current()->getValidFrom());
} else {
$current->setValidTo(null);
}
}
}