From fd4803a50b5120ed99cd9090ed7bd0e68884d378 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Fri, 28 Nov 2025 08:57:06 +0530 Subject: [PATCH] CHANGE_GET_ALL_FILE_IN_THE_CLAIMS --- 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 19563217..6c655880 100755 --- a/app/Controllers/EmployeeRestController.php +++ b/app/Controllers/EmployeeRestController.php @@ -2656,7 +2656,7 @@ class EmployeeRestController extends AdminController ->where('is_active', 1) ->where('file_type', 2) ->where('ticket_id', $ticket_id) - ->where('ticket_message_id', $ticket_message['id']) + // ->where('ticket_message_id', $ticket_message['id']) ->findAll(); foreach ($claim_files_data as &$value) {