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();