GWM : short name added in lsit api

This commit is contained in:
Gowtham M 2025-12-26 12:11:29 +05:30
parent e0ecbac861
commit f96b124d33
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,