From 19c62324d19ab0826c53dd065eb19729ca2d9b7c Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Thu, 18 Sep 2025 14:27:07 +0530 Subject: [PATCH] GWM : insurer in issue --- app/Controllers/EnquiryController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/EnquiryController.php b/app/Controllers/EnquiryController.php index 7824c81..fa04e36 100644 --- a/app/Controllers/EnquiryController.php +++ b/app/Controllers/EnquiryController.php @@ -150,7 +150,7 @@ class EnquiryController extends ResourceController 'reg_no' => $data['reg_no'], 'vehicle_type_id' => $data['vehicle_type_id'], 'insurer_id' => $data['insurer_id'], - 'insurer_branch_id' => $insurerBranchresult['id'] ?? null, + 'insurer_branch_id' => $insurerBranchresult['id'] ?? 0, 'rc_file_name' => $rcFileName, 'id_proof_file_name' => $idProofFileName, 'previous_policy_file_name' => $previousPolicyFileName,