Merge pull request #234 from prculley/CAUS

bug 1680 fix Gedcom export of illegal level 1 CAUS entries
This commit is contained in:
Sam Manzi 2016-09-14 08:51:13 +10:00 committed by GitHub
commit d6bfaf99ac

View File

@ -524,7 +524,7 @@ PERSONALCONSTANTEVENTS = {
EventType.BAS_MITZVAH : "BASM",
EventType.BLESS : "BLES",
EventType.BURIAL : "BURI",
EventType.CAUSE_DEATH : "CAUS",
# EventType.CAUSE_DEATH : "CAUS", Not legal Gedcom since v5.0
EventType.ORDINATION : "ORDN",
EventType.CENSUS : "CENS",
EventType.CHRISTEN : "CHR" ,