FIX_ISSUE

This commit is contained in:
VENKATESHWARAN 2026-01-05 18:07:06 +05:30
parent 8b66b02f69
commit a8f3fa4af5

View File

@ -3582,8 +3582,8 @@ class EmployeeRestController extends AdminController
]); ]);
if($isduplicate){ if($isduplicate){
$response = ['status' => false, 'message' => 'Claim already exist']; $response = ['status' => false, 'code' => 200, 'message' => 'Claim already exist'];
return $this->respond($response, 200); return $this->respond($response, 404);
} }
if(!empty($policy_transaction_id)){ if(!empty($policy_transaction_id)){