diff --git a/Apollo/api/application/models/StatusUpdation_model.php b/Apollo/api/application/models/StatusUpdation_model.php index f5be41cf..99789a1f 100755 --- a/Apollo/api/application/models/StatusUpdation_model.php +++ b/Apollo/api/application/models/StatusUpdation_model.php @@ -189,7 +189,7 @@ $latestappstatus=''; // $this->db->join('T_Course_Fees_Details as CFD', 'CFD.ID = SFS.FeeType'); // $this->db->join('T_Students_Fees_Status as SFS', 'SFS.StudentID = $sutendDetail'); // $this->db->join( '' . CERTIFICATION . ' as CFR', 'CFR.CertificateName = SFS.FeesType'); - $where = '(SFS.FeesType="PC" or SFS.FeesType = "DC" or SFS.FeesType = "TC" or SFS.FeesType = "MC" or SFS.FeesType = "OTHER")'; + $where = '(SFS.FeesType="PPC" or SFS.FeesType = "DC" or SFS.FeesType = "TC" or SFS.FeesType = "MC" or SFS.FeesType = "OTHER" or SFS.FeesType="PC")'; $this->db->where($where); $this->db->where('SFS.StudentID',$sutendDetail); diff --git a/Apollo/assets/js/controllers/certificateStatusCtrl.js b/Apollo/assets/js/controllers/certificateStatusCtrl.js index c3b716bb..55982296 100644 --- a/Apollo/assets/js/controllers/certificateStatusCtrl.js +++ b/Apollo/assets/js/controllers/certificateStatusCtrl.js @@ -105,6 +105,8 @@ app.controller('certificateStatusCtrl', ["$scope", "toaster", "$filter", "ngTabl if (response.data.certificateStatus) { $scope.certificateDatas = response.data.certificate_details; // alert(JSON.stringify($scope.certificateData)); + + console.log($scope.certificateDatas); } else { } });