Merge branch 'main' of bitbucket.org:jubilian/nhance_partner_be

This commit is contained in:
sanjeev.p 2025-12-26 15:05:09 +05:30
commit 6dff58e50e
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ class ClaimController extends ResourceController
$builder = $this->db->table('ticket_master tm')
->select('tm.*,
i.name as insurer_name,
i.short_name as insurer_short_name,
c.client_name, c.phone as client_phone, c.email as client_email,
pct.claim_type as claim_type_value,
pa.name as agent_name,

View File

@ -37,6 +37,7 @@ class EndorsementController extends ResourceController
$builder = $this->EndorsementModel
->select('partner_endorsement_request.*,
i.name as insurer_name,
i.short_name as insurer_short_name,
ib.branch_name as insurer_branch,
c.client_name, c.phone as client_phone, c.email as client_email,
pa.name as agent_name,