From 6f62808b9ba901d1318e5043e96cecfd8fd6dded Mon Sep 17 00:00:00 2001 From: Venkatesh Date: Mon, 20 Apr 2026 15:28:32 +0530 Subject: [PATCH] FIX_VIDAL_IR_SUBMITION_FLAIM_FILE_ONLY_GET_THE_NO_SENT --- app/Controllers/VidalApiController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Controllers/VidalApiController.php b/app/Controllers/VidalApiController.php index 5aaddeba..e09fc9fb 100644 --- a/app/Controllers/VidalApiController.php +++ b/app/Controllers/VidalApiController.php @@ -1678,7 +1678,8 @@ class VidalApiController extends BaseController $fileData = $this->db->table('claim_files f') ->where('f.ticket_id', $claimId) ->where('f.docs_for_ir', 1) - ->where('f.file_type', 2) // PDF + ->where('f.file_type', 2) + ->where('f.is_file_sent_to_tpa', 0) ->get() ->getResultArray();