pc to ppc

This commit is contained in:
venbatechnologies@gmail.com 2018-10-16 11:31:59 +05:30
parent 165745a297
commit 7fdc78bf8d
2 changed files with 3 additions and 1 deletions

View File

@ -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);

View File

@ -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 {
}
});