batch isactive remove view batch
This commit is contained in:
parent
920107c107
commit
2a2f06fa9f
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user