CHANGE_CLAIM_HISTORY_IN_FRESH_EXCEL

This commit is contained in:
VENKATESHWARAN 2026-05-26 14:33:09 +05:30
parent 998a74906d
commit 6581927cf5

View File

@ -2288,6 +2288,8 @@ class LeadsController extends BaseController
// 'Insurer' => $rfq_data['insurer_name'] ?? " - ",
// 'TPA' => $rfq_data['tpa_name'] ?? " - ",
'Policy Type' => $this->leadType[$rfq_data['lead_type']] ?? "",
'Claims Experience for last 3 years' => $claim_history == "1" ? "Mentioned in Claims sheet" : "Nil",
];
}else {