diff options
| author | ungeAhnt <ungeahnt@proavitus.de> | 2022-05-06 16:03:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-06 15:03:24 +0100 |
| commit | 41e6f4387985518bcd8e05cc8538c3fe8a886ad0 (patch) | |
| tree | a245f475697192b7e86632eba679ee235c641ba8 | |
| parent | fc8e7f18ac931cb99a3cadd7bcf3106eb1b296b7 (diff) | |
| download | webtrees-41e6f4387985518bcd8e05cc8538c3fe8a886ad0.tar.gz webtrees-41e6f4387985518bcd8e05cc8538c3fe8a886ad0.tar.bz2 webtrees-41e6f4387985518bcd8e05cc8538c3fe8a886ad0.zip | |
added NATI - nationality (#4382)
| -rw-r--r-- | app/Elements/IndividualRecord.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Elements/IndividualRecord.php b/app/Elements/IndividualRecord.php index dc782a9d78..e7ec3e1a4f 100644 --- a/app/Elements/IndividualRecord.php +++ b/app/Elements/IndividualRecord.php @@ -60,6 +60,7 @@ class IndividualRecord extends AbstractElement 'IDNO' => '0:M', 'IMMI' => '0:M', 'NAME' => '0:M', + 'NATI' => '0:M', 'NATU' => '0:M', 'NCHI' => '0:M', 'NMR' => '0:M', |
