diff --git a/package.json b/package.json index 04e505a34b..1f01ecdaaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opencrvs/countryconfig", - "version": "1.9.0", + "version": "1.9.1", "description": "OpenCRVS country configuration for reference data", "os": [ "darwin", diff --git a/src/form/tennis-club-membership.ts b/src/form/tennis-club-membership.ts index 0ae51c7619..c319fd7ee1 100644 --- a/src/form/tennis-club-membership.ts +++ b/src/form/tennis-club-membership.ts @@ -149,6 +149,19 @@ const TENNIS_CLUB_DECLARATION_FORM = defineDeclarationForm({ id: 'event.tennis-club-membership.action.declare.form.section.who.field.dob.label' } }, + { + id: 'applicant.tob', + type: FieldType.TIME, + required: false, + configuration: { + use12HourFormat: true + }, + label: { + defaultMessage: "Applicant's time of birth", + description: 'This is the label for the time of birth field', + id: 'event.tennis-club-membership.action.declare.form.section.who.field.tob.label' + } + }, { id: 'applicant.image', type: 'FILE',