From 16af60619cc3a215bf0a4e10b504e8617adf9bd3 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Tue, 6 Jan 2026 09:16:59 +0530 Subject: [PATCH] FIX_ISSUE --- app/Controllers/EmployeeRestController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/EmployeeRestController.php b/app/Controllers/EmployeeRestController.php index 98350f8a..20bd8a31 100755 --- a/app/Controllers/EmployeeRestController.php +++ b/app/Controllers/EmployeeRestController.php @@ -3582,7 +3582,7 @@ class EmployeeRestController extends AdminController ]); if($isduplicate){ - $response = ['status' => true, 'code' => 404, 'message' => 'Claim already exist']; + $response = ['status' => false, 'code' => 404, 'message' => 'Claim already exist']; return $this->respond($response, 200); }