Skip to content

Commit 792b5d7

Browse files
authored
Merge pull request #1077 from opencrvs/ocrvs-10612
fix: add missing fields for data in death certificate form
2 parents 84b8125 + d5c8aba commit 792b5d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/form/v2/death/forms/printForm/collector-identity-verify.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export const printCertificateCollectorIdentityVerify: FieldConfig[] = [
4949
{ fieldId: 'spouse.brn' },
5050
{ fieldId: 'spouse.name' },
5151
{ fieldId: 'spouse.dob' },
52+
{ fieldId: 'spouse.age' },
5253
{ fieldId: 'spouse.nationality' }
5354
]
5455
}
@@ -79,6 +80,7 @@ export const printCertificateCollectorIdentityVerify: FieldConfig[] = [
7980
{ fieldId: 'informant.brn' },
8081
{ fieldId: 'informant.name' },
8182
{ fieldId: 'informant.dob' },
83+
{ fieldId: 'informant.age' },
8284
{ fieldId: 'informant.nationality' }
8385
]
8486
}

0 commit comments

Comments
 (0)