batch isactive remove view batch

This commit is contained in:
venbatechnologies@gmail.com 2018-10-24 17:07:58 +05:30
parent 920107c107
commit 2a2f06fa9f

View File

@ -603,7 +603,7 @@ $upperresult=strtoupper($getlastansbookstatus);
$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);
// $this->db->where('t3.IsActive', 1);
$this->db->where('t3.BranchCode', $branch);
$batDetails = $this->db->get();
$batchDetails = $batDetails->result();