CHANGE_CLAIM_HISTORY_IN_FRESH_EXCEL
This commit is contained in:
parent
998a74906d
commit
6581927cf5
@ -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 {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user