Merge branch 'main' of bitbucket.org:jubilian/nhance_partner_be
This commit is contained in:
commit
6dff58e50e
@ -42,6 +42,7 @@ class ClaimController extends ResourceController
|
|||||||
$builder = $this->db->table('ticket_master tm')
|
$builder = $this->db->table('ticket_master tm')
|
||||||
->select('tm.*,
|
->select('tm.*,
|
||||||
i.name as insurer_name,
|
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,
|
c.client_name, c.phone as client_phone, c.email as client_email,
|
||||||
pct.claim_type as claim_type_value,
|
pct.claim_type as claim_type_value,
|
||||||
pa.name as agent_name,
|
pa.name as agent_name,
|
||||||
|
|||||||
@ -37,6 +37,7 @@ class EndorsementController extends ResourceController
|
|||||||
$builder = $this->EndorsementModel
|
$builder = $this->EndorsementModel
|
||||||
->select('partner_endorsement_request.*,
|
->select('partner_endorsement_request.*,
|
||||||
i.name as insurer_name,
|
i.name as insurer_name,
|
||||||
|
i.short_name as insurer_short_name,
|
||||||
ib.branch_name as insurer_branch,
|
ib.branch_name as insurer_branch,
|
||||||
c.client_name, c.phone as client_phone, c.email as client_email,
|
c.client_name, c.phone as client_phone, c.email as client_email,
|
||||||
pa.name as agent_name,
|
pa.name as agent_name,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user