FIX_EMAIL_ERRORR : RV

This commit is contained in:
VENKATESHWARAN 2025-08-25 15:43:58 +05:30
parent 27ae5d8bd2
commit ee971cd0d7

View File

@ -727,9 +727,9 @@ class TicketServiceController extends BaseController
'col_idx' => 14, 'col_idx' => 14,
'col_cell_name' => 'O', 'col_cell_name' => 'O',
'col_name' => 'Emp mail id', 'col_name' => 'Emp mail id',
'is_mandatory' => false, 'is_mandatory' => true,
'data_type' => 'string', 'data_type' => 'string',
'format' => 'email', 'format' => null,
'allowed_values' => null 'allowed_values' => null
], ],
"claim_collection" => [ "claim_collection" => [