Typo
svn: r11551
This commit is contained in:
parent
5aa95a60ee
commit
71ab854115
@ -233,7 +233,7 @@ def _find_records(db, filter, callname):
|
|||||||
divorce_date = event.get_date_object()
|
divorce_date = event.get_date_object()
|
||||||
|
|
||||||
father_death_date = _find_death_date(db, father)
|
father_death_date = _find_death_date(db, father)
|
||||||
mather_death_date = _find_death_date(db, mother)
|
mother_death_date = _find_death_date(db, mother)
|
||||||
|
|
||||||
if not marriage or not _good_date(marriage_date):
|
if not marriage or not _good_date(marriage_date):
|
||||||
# Not married or marriage date unknown
|
# Not married or marriage date unknown
|
||||||
|
Loading…
Reference in New Issue
Block a user