From fd1c8fe69a97241181daf775a96803cd785cf878 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Thu, 20 Jul 2023 19:27:42 +0100 Subject: Fix: #4849 - SOUR:DATA:EVEN:PLAC:_GOV not recognised --- app/CustomTags/GedcomL.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/CustomTags/GedcomL.php b/app/CustomTags/GedcomL.php index 61151d4a95..f15152ab53 100644 --- a/app/CustomTags/GedcomL.php +++ b/app/CustomTags/GedcomL.php @@ -213,6 +213,7 @@ class GedcomL implements CustomTagInterface 'SOUR:DATA:EVEN:PLAC:_MAIDENHEAD' => new MaidenheadLocator(I18N::translate('Maidenhead location code')), 'SOUR:DATA:EVEN:PLAC:_POST' => new AddressPostalCode(I18N::translate('Postal code')), 'SOUR:DATA:EVEN:PLAC:_POST:DATE' => new DateValue(I18N::translate('Date')), + 'SOUR:DATA:EVEN:PLAC:_GOV' => new GovIdentifier(I18N::translate('GOV identifier')), 'SUBM:ADDR:_NAME' => new CustomElement(I18N::translate('Name of addressee')), 'SUBM:_UID' => new PafUid(I18N::translate('Unique identifier')), 'SUBN:_UID' => new PafUid(I18N::translate('Unique identifier')), -- cgit v1.3