FIX_RELATIONSHIP_ERROR : RV

This commit is contained in:
VENKATESHWARAN 2025-05-22 12:14:52 +05:30
parent af2281a48c
commit b9d0ecc52e

View File

@ -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']
],