pc to ppc
This commit is contained in:
parent
165745a297
commit
7fdc78bf8d
@ -189,7 +189,7 @@ $latestappstatus='';
|
|||||||
// $this->db->join('T_Course_Fees_Details as CFD', 'CFD.ID = SFS.FeeType');
|
// $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('T_Students_Fees_Status as SFS', 'SFS.StudentID = $sutendDetail');
|
||||||
// $this->db->join( '' . CERTIFICATION . ' as CFR', 'CFR.CertificateName = SFS.FeesType');
|
// $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($where);
|
||||||
|
|
||||||
$this->db->where('SFS.StudentID',$sutendDetail);
|
$this->db->where('SFS.StudentID',$sutendDetail);
|
||||||
|
|||||||
@ -105,6 +105,8 @@ app.controller('certificateStatusCtrl', ["$scope", "toaster", "$filter", "ngTabl
|
|||||||
if (response.data.certificateStatus) {
|
if (response.data.certificateStatus) {
|
||||||
$scope.certificateDatas = response.data.certificate_details;
|
$scope.certificateDatas = response.data.certificate_details;
|
||||||
// alert(JSON.stringify($scope.certificateData));
|
// alert(JSON.stringify($scope.certificateData));
|
||||||
|
|
||||||
|
console.log($scope.certificateDatas);
|
||||||
} else {
|
} else {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user