From 03aca3465e06fef9aa8804d97ce92a832996890b Mon Sep 17 00:00:00 2001 From: Venkatesh Date: Wed, 10 Jun 2026 09:48:49 +0530 Subject: [PATCH] FIX_PLACEMENT_MAIL_SEND --- app/Controllers/LeadsController.php | 2 +- app/Views/view_rfq.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Controllers/LeadsController.php b/app/Controllers/LeadsController.php index 49412b34..6fa7e78e 100644 --- a/app/Controllers/LeadsController.php +++ b/app/Controllers/LeadsController.php @@ -3764,7 +3764,7 @@ class LeadsController extends BaseController if(isset($propsal_and_insurer)) { if (! empty($propsal_and_insurer[0])) { - $parts = explode('-', $propsal_and_insurer[0], 2); + $parts = explode('-', $propsal_and_insurer, 2); $proposal_key = $parts[0] ?? null; $insurer_key = $parts[1] ?? null; } else { diff --git a/app/Views/view_rfq.php b/app/Views/view_rfq.php index 5a6bcbc4..7296c61f 100644 --- a/app/Views/view_rfq.php +++ b/app/Views/view_rfq.php @@ -4664,7 +4664,7 @@ function appendInsurerContact(data) { $.each(data, function(index, item) { $('#placement_to').append($('