Skip to content

Commit

Permalink
Added TODO for FMP
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jul 25, 2024
1 parent 73a16fa commit 59a818d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ged2site
Original file line number Diff line number Diff line change
Expand Up @@ -5603,6 +5603,9 @@ sub print_person
$residencestring .= ')';
$first = 0;
}
} else {
delete $living_with{'mother'};
delete $living_with{'father'};
}
} elsif(($same_road_as_mother || $same_road_as_father) && !$printed_sibling) {
if($age >= 30) {
Expand Down Expand Up @@ -7048,6 +7051,13 @@ sub print_person
}
}

if($person->tag_record('EVEN.MRRGNOTICE')) {
die 'TODO: handle FMP marriage notice'
}
if($person->tag_record('EVEN.RESIDENCEFAMILY')) {
die 'TODO: handle FMP family residence'
}

if($placeofburial && $dateofburial && !$place_records{'Burial'}) {
$place_records{'Burial'} = $burial;
}
Expand Down

0 comments on commit 59a818d

Please sign in to comment.