From 2b7086c6e068f36b8a4fab4f2d490f75017a02d9 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Fri, 24 Oct 2025 12:29:49 +0530 Subject: [PATCH] FIX_PLACEMENT --- app/Controllers/LeadsController.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/app/Controllers/LeadsController.php b/app/Controllers/LeadsController.php index 115b5176..6aeb4b73 100644 --- a/app/Controllers/LeadsController.php +++ b/app/Controllers/LeadsController.php @@ -1024,14 +1024,7 @@ class LeadsController extends BaseController // 3. Optimize lead data query with specific field selection $lead_data = $this->leadsModel ->select(' - leads.id, - leads.policy_type_id, - leads.lead_type, - leads.source_policy_id, - leads.policy_end_date, - leads.lead_form_type, - leads.created_by, - leads.client_name, + leads.*, lead_files.status as demography_file_status, policy_type.question_json, policy_type.policy_type,