FIX_RELATIONSHIP_ERROR : RV
This commit is contained in:
parent
af2281a48c
commit
b9d0ecc52e
@ -153,7 +153,7 @@ class EmployeeServiceController extends AdminController
|
||||
'is_mandatory' => ['I', 'A', 'DA'],
|
||||
'data_type' => 'str',
|
||||
'format' => null,
|
||||
'allowed_values' => null,
|
||||
'allowed_values' => ['Self', 'Spouse', 'Son', 'Daughter', 'Father', 'Mother', 'Father in Law', 'Mother in Law'],
|
||||
'custom' => 'check_relationship',
|
||||
'params' => ['row', 'relationship', 'policy_terms']
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user