batch list desc in broad cast
This commit is contained in:
parent
5fa5671152
commit
dc94e2f0ce
@ -104,7 +104,7 @@ class Broadcast_model extends CI_Model {
|
||||
$courseDetails = $courDetails->result();
|
||||
$resultArr['Course'] = $courseDetails;
|
||||
// Batch Details
|
||||
$this->db->select('t3.BatchName, t3.BatchCode');
|
||||
$this->db->select('t3.BatchName, t3.BatchCode,t3.BatchDate');
|
||||
$this->db->from('' . BATCH . ' as t3');
|
||||
$this->db->where('t3.UniversityID', $clip->UniversityID);
|
||||
$this->db->where('t3.IsActive', 1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user