status update in call tracking
This commit is contained in:
parent
76587ca284
commit
fd9b8eb9b3
@ -505,7 +505,7 @@ class StatusUpdation_model extends CI_Model
|
||||
// get student details
|
||||
$this->db->select('PLD.ListCode');
|
||||
$this->db->from(PICK_LIST_DETAILS.' as PLD');
|
||||
$this->db->where('PLD.ListName','ISSUED');
|
||||
$this->db->where('PLD.ListName','ISSUED TO STUDENTS');
|
||||
$this->db->where('PLD.ListCode',$fromDetails[0]['ListCode']);
|
||||
$this->db->where('PLD.IsActive','1');
|
||||
$checkStatus=$this->db->get()->last_row();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user