FIX_ISSUE
This commit is contained in:
parent
a8f3fa4af5
commit
ae83082f39
@ -3582,8 +3582,8 @@ class EmployeeRestController extends AdminController
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
if($isduplicate){
|
if($isduplicate){
|
||||||
$response = ['status' => false, 'code' => 200, 'message' => 'Claim already exist'];
|
$response = ['status' => true, 'code' => 404, 'message' => 'Claim already exist'];
|
||||||
return $this->respond($response, 404);
|
return $this->respond($response, 200);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!empty($policy_transaction_id)){
|
if(!empty($policy_transaction_id)){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user