GWM : short name added in lsit api
This commit is contained in:
parent
e0ecbac861
commit
f96b124d33
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user