Hallticket_model.php edited online tracker ID:1069 by velz

This commit is contained in:
gandhimathi 2018-06-07 14:12:25 +00:00
parent e9e995c47b
commit 3a8f75a676

View File

@ -730,7 +730,7 @@ class Hallticket_model extends CI_Model
public function getUniversityDetials($UID,$branchId)
{
$this->db->select('UniversityID,UniversityName,MobileNumber,EmailID,Address');
$this->db->select('UniversityID,UniversityName,MobileNumber,EmailID,Address,ProfilePicPath');
$this->db->from('T_UniversityMaster');
$this->db->where('T_UniversityMaster.BranchCode',$branchId);
$this->db->where('T_UniversityMaster.IsActive',1);