Skip to content

Commit

Permalink
Forms: add Guardian and Grandmother/Grandfather to emergency relation…
Browse files Browse the repository at this point in the history
…ships
  • Loading branch information
SKuipers committed Oct 13, 2020
1 parent 14158c3 commit 19efcc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Forms/FormFactory.php
Expand Up @@ -344,6 +344,9 @@ public function createSelectEmergencyRelationship($name)
'Parent' => __('Parent'),
'Spouse' => __('Spouse'),
'Offspring' => __('Offspring'),
'Guardian' => __('Guardian'),
'Grandmother' => __('Grandmother'),
'Grandfather' => __('Grandfather'),
'Friend' => __('Friend'),
'Other Relation' => __('Other Relation'),
'Doctor' => __('Doctor'),
Expand Down

0 comments on commit 19efcc2

Please sign in to comment.