diff --git a/app/Controllers/EnquiryController.php b/app/Controllers/EnquiryController.php index eed68df..245ddc9 100644 --- a/app/Controllers/EnquiryController.php +++ b/app/Controllers/EnquiryController.php @@ -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')