Skip to content

Commit

Permalink
FMP often defaults the 1921 employment location as "-, "
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 6, 2024
1 parent debbb2a commit e42752a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -9558,6 +9558,7 @@ sub place {
$address = undef;
} else {
$place = $place->place();
$place = undef if($place eq '-');
}
if(!defined($place)) {
if($opts{'w'} && (!$params{'allow_empty'}) && $params{'record'}->type() && ($params{'record'}->type() ne 'Story')) {
Expand Down

0 comments on commit e42752a

Please sign in to comment.