Skip to content

Commit 91a03d9

Browse files
authored
Merge pull request #1175 from opencrvs/merge-v1.9.1-to-develop
Merge v1.9.1 to develop
2 parents a763f1a + ade498c commit 91a03d9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencrvs/countryconfig",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "OpenCRVS country configuration for reference data",
55
"os": [
66
"darwin",

src/form/tennis-club-membership.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,19 @@ const TENNIS_CLUB_DECLARATION_FORM = defineDeclarationForm({
149149
id: 'event.tennis-club-membership.action.declare.form.section.who.field.dob.label'
150150
}
151151
},
152+
{
153+
id: 'applicant.tob',
154+
type: FieldType.TIME,
155+
required: false,
156+
configuration: {
157+
use12HourFormat: true
158+
},
159+
label: {
160+
defaultMessage: "Applicant's time of birth",
161+
description: 'This is the label for the time of birth field',
162+
id: 'event.tennis-club-membership.action.declare.form.section.who.field.tob.label'
163+
}
164+
},
152165
{
153166
id: 'applicant.image',
154167
type: 'FILE',

0 commit comments

Comments
 (0)