Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev
This commit is contained in:
commit
b1b1d4fa94
@ -144,7 +144,7 @@ class EmployeeServiceController extends AdminController
|
|||||||
'is_mandatory' => ['I', 'A', 'DA'],
|
'is_mandatory' => ['I', 'A', 'DA'],
|
||||||
'data_type' => 'str',
|
'data_type' => 'str',
|
||||||
'format' => null,
|
'format' => null,
|
||||||
'allowed_values' => ['M', 'F', 'Male', 'Female', 'male', 'female']
|
'allowed_values' => ['M', 'F', 'Male', 'Female', 'male', 'female', 'MALE', 'FEMALE']
|
||||||
],
|
],
|
||||||
'relationship' => [
|
'relationship' => [
|
||||||
'col_idx' => 5,
|
'col_idx' => 5,
|
||||||
@ -529,7 +529,7 @@ class EmployeeServiceController extends AdminController
|
|||||||
'is_mandatory' => ['I', 'A', 'DA','E'],
|
'is_mandatory' => ['I', 'A', 'DA','E'],
|
||||||
'data_type' => 'str',
|
'data_type' => 'str',
|
||||||
'format' => null,
|
'format' => null,
|
||||||
'allowed_values' => ['M', 'F', 'Male', 'Female', 'male', 'female']
|
'allowed_values' => ['M', 'F', 'Male', 'Female', 'male', 'female', 'MALE', 'FEMALE']
|
||||||
|
|
||||||
],
|
],
|
||||||
'relationship' => [
|
'relationship' => [
|
||||||
@ -708,7 +708,7 @@ class EmployeeServiceController extends AdminController
|
|||||||
'is_mandatory' => true,
|
'is_mandatory' => true,
|
||||||
'data_type' => 'str',
|
'data_type' => 'str',
|
||||||
'format' => null,
|
'format' => null,
|
||||||
'allowed_values' => ['M', 'F', 'Male', 'Female', 'male', 'female']
|
'allowed_values' => ['M', 'F', 'Male', 'Female', 'male', 'female', 'MALE', 'FEMALE']
|
||||||
],
|
],
|
||||||
'dob' => [
|
'dob' => [
|
||||||
'col_idx' => 5,
|
'col_idx' => 5,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user