We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84b8125 + d5c8aba commit 792b5d7Copy full SHA for 792b5d7
src/form/v2/death/forms/printForm/collector-identity-verify.ts
@@ -49,6 +49,7 @@ export const printCertificateCollectorIdentityVerify: FieldConfig[] = [
49
{ fieldId: 'spouse.brn' },
50
{ fieldId: 'spouse.name' },
51
{ fieldId: 'spouse.dob' },
52
+ { fieldId: 'spouse.age' },
53
{ fieldId: 'spouse.nationality' }
54
]
55
}
@@ -79,6 +80,7 @@ export const printCertificateCollectorIdentityVerify: FieldConfig[] = [
79
80
{ fieldId: 'informant.brn' },
81
{ fieldId: 'informant.name' },
82
{ fieldId: 'informant.dob' },
83
+ { fieldId: 'informant.age' },
84
{ fieldId: 'informant.nationality' }
85
86
0 commit comments