FIX_Dashboardmobileemail

This commit is contained in:
sanjeev.p 2026-04-04 15:41:05 +05:30
parent 1b1095643d
commit 06cedd8c4e

View File

@ -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)