batch changes done
This commit is contained in:
parent
304502aa26
commit
d07e5def2f
@ -47,7 +47,7 @@ class Batch_model extends CI_Model {
|
|||||||
|
|
||||||
public function getBatch()
|
public function getBatch()
|
||||||
{
|
{
|
||||||
$this->db->select('CU.BatchCode,CU.BatchName,CU.IsActive,US.UniversityID,US.UniversityName');
|
$this->db->select('CU.BatchCode,CU.BatchName,CU.IsActive,CU.BatchDate,US.UniversityID,US.UniversityName');
|
||||||
$this->db->from(BATCH.' as CU');
|
$this->db->from(BATCH.' as CU');
|
||||||
$this->db->join(UNIVERSITY.' as US', 'US.UniversityID = CU.UniversityID');
|
$this->db->join(UNIVERSITY.' as US', 'US.UniversityID = CU.UniversityID');
|
||||||
$this->db->order_by('CU.CreatedOn','DESC');
|
$this->db->order_by('CU.CreatedOn','DESC');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user