batch changes
This commit is contained in:
parent
9b93141f34
commit
2fe537eaa2
@ -101,7 +101,8 @@ class Batch_model extends CI_Model {
|
||||
{
|
||||
$this->db->select('UniversityID,UniversityName');
|
||||
$this->db->order_by('UniversityID','ASC');
|
||||
$this->db->order_by('IsActive','1');
|
||||
$this->db->where('IsActive','1');
|
||||
// $this->db->where_not_in('ID', $id);
|
||||
$universityDetails = $this->db->get(UNIVERSITY);
|
||||
return $universityDetails->result();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user