diff --git a/Apollo/api/application/models/Broadcast_model.php b/Apollo/api/application/models/Broadcast_model.php index fa2d9a82..cd1aadd8 100755 --- a/Apollo/api/application/models/Broadcast_model.php +++ b/Apollo/api/application/models/Broadcast_model.php @@ -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);