CHANGE_EXCEL -COL NAME
This commit is contained in:
parent
73f26203fb
commit
4937ae7b1d
@ -3478,7 +3478,8 @@ class LeadsController extends BaseController
|
||||
|
||||
if ($key == "claim_history") {
|
||||
|
||||
$formattedValue = $value == "1" ? "Yes" : "No";
|
||||
$formattedValue = $value == "1" ? "Yes" : "No";
|
||||
$formattedKey = "Claim Experience";
|
||||
|
||||
}
|
||||
// Kint::dump($formattedValue);
|
||||
@ -3923,7 +3924,7 @@ class LeadsController extends BaseController
|
||||
]);
|
||||
}
|
||||
|
||||
if (!empty($rfq_data['fin_years_claims'])) {
|
||||
if (!empty($rfq_data['fin_years_claims']) && $claim_history == 1) {
|
||||
|
||||
$claim_details = json_decode($rfq_data['fin_years_claims'], true) ?? [];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user