Skip to content

Commit

Permalink
Try suggestion for pjcj/Gedcom.pm#28
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jul 30, 2024
1 parent 6d5e62a commit 4b80425
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ged2site
Original file line number Diff line number Diff line change
Expand Up @@ -9527,6 +9527,10 @@ sub Gedcom::Individual::as_string
if($nsfx) {
die $nsfx;
}
$nsfx = $self->tag_record('NAME NSFX'); # Try suggestion for https://github.com/pjcj/Gedcom.pm/issues/28
if($nsfx) {
die $nsfx;
}
$nsfx = get_value({ person => $self, value => 'nsfx' });
if($nsfx) {
die $nsfx;
Expand Down

0 comments on commit 4b80425

Please sign in to comment.