GWM : enquiry list issue

This commit is contained in:
Gowtham M 2025-09-17 10:07:49 +05:30
parent c3e3c1518e
commit 922848de54

View File

@ -76,7 +76,7 @@ class EnquiryModel extends Model
} }
else if($getBy == 'MANAGER') else if($getBy == 'MANAGER')
{ {
return $data->where('partner_enquiry.manager_id', $Id)->first(); return $data->where('partner_enquiry.manager_id', $Id)->findAll();
} }
} }