From fd9b8eb9b371526052dfd6c08e0791037c7e2fa0 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 5 Feb 2018 14:32:39 +0530 Subject: [PATCH] status update in call tracking --- Apollo/api/application/models/StatusUpdation_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apollo/api/application/models/StatusUpdation_model.php b/Apollo/api/application/models/StatusUpdation_model.php index 15af4742..5210d3ae 100755 --- a/Apollo/api/application/models/StatusUpdation_model.php +++ b/Apollo/api/application/models/StatusUpdation_model.php @@ -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();