Hallticket_model.php edited online tracker ID:1069 by velz
This commit is contained in:
parent
e9e995c47b
commit
3a8f75a676
@ -730,7 +730,7 @@ class Hallticket_model extends CI_Model
|
|||||||
|
|
||||||
public function getUniversityDetials($UID,$branchId)
|
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->from('T_UniversityMaster');
|
||||||
$this->db->where('T_UniversityMaster.BranchCode',$branchId);
|
$this->db->where('T_UniversityMaster.BranchCode',$branchId);
|
||||||
$this->db->where('T_UniversityMaster.IsActive',1);
|
$this->db->where('T_UniversityMaster.IsActive',1);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user