diff options
Diffstat (limited to 'app/Functions')
| -rw-r--r-- | app/Functions/FunctionsPrint.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Functions/FunctionsPrint.php b/app/Functions/FunctionsPrint.php index 01503896c7..1c8fca0c5d 100644 --- a/app/Functions/FunctionsPrint.php +++ b/app/Functions/FunctionsPrint.php @@ -334,7 +334,7 @@ class FunctionsPrint { if ($fact === 'BIRT' && $record->getTree()->getPreference('SHOW_PARENTS_AGE')) { // age of parents at child birth $html .= self::formatParentsAges($record, $date); - } elseif ($fact !== 'CHAN' && $fact !== '_TODO') { + } elseif ($fact !== 'BIRT' && $fact !== 'CHAN' && $fact !== '_TODO') { // age at event $birth_date = $record->getBirthDate(); // Can't use getDeathDate(), as this also gives BURI/CREM events, which |
