Fixed: [export][list person] use address from household for person list

This commit is contained in:
2022-10-25 10:23:02 +02:00
parent 4af261a366
commit 333c305eef
6 changed files with 515 additions and 237 deletions

View File

@@ -1760,7 +1760,7 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
}
/**
* @param type $spokenLanguages
* @param Collection $spokenLanguages
*/
public function setSpokenLanguages($spokenLanguages): self
{