FIX_Dashboardmobileemail
This commit is contained in:
parent
1b1095643d
commit
06cedd8c4e
@ -1211,7 +1211,9 @@ public function partnerDetails($id)
|
||||
pa.mobile,
|
||||
pa.email,
|
||||
pa.is_active,
|
||||
ps.name AS manager_name
|
||||
ps.name AS manager_name,
|
||||
ps.mobile AS manager_mobile,
|
||||
ps.email AS manager_email
|
||||
')
|
||||
->join('partner_staff ps', 'ps.id = pa.manager_id', 'left')
|
||||
->where('pa.id', $id)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user