This commit is contained in:
Gowtham M 2025-11-29 13:04:32 +05:30
parent ec1ddd8a2f
commit c67879b970

View File

@ -113,7 +113,7 @@ class EnquiryController extends ResourceController
$quoteData = $this->QuotationModel
->select('partner_quotation.*, partner_quotation.id AS quotation_id,
I.name AS insurer_name, I.short_name AS insurer_short_name
I.name AS insurer_name, I.short_name AS insurer_short_name,
ipti.insurance_plan_type')
->join('insurers I', 'I.id = partner_quotation.insurer_id', 'left')
->join('partner_insurance_plan_type_master ipti', 'ipti.id = partner_quotation.insurance_plan_type_id', 'left')