certificate status
This commit is contained in:
parent
1172a232c3
commit
5c1691df15
@ -1930,7 +1930,7 @@ $REGID='';
|
|||||||
// $insertDocs['Comments']=$feesDetails['CommentsForStudent'];
|
// $insertDocs['Comments']=$feesDetails['CommentsForStudent'];
|
||||||
$insertDocs['CreatedBy']=$feesDetails['CreatedBy'];
|
$insertDocs['CreatedBy']=$feesDetails['CreatedBy'];
|
||||||
$insertDocs['CreatedOn']=$feesDetails['CreatedOn'];
|
$insertDocs['CreatedOn']=$feesDetails['CreatedOn'];
|
||||||
$insertDocs['CertificationType']=$getEndFeesDetails->CertificationID;
|
$insertDocs['CertificationType']=$fetchData[0]->FeesType;
|
||||||
$this->db->select('CourseID');
|
$this->db->select('CourseID');
|
||||||
$this->db->where('CourseID',$courseID);
|
$this->db->where('CourseID',$courseID);
|
||||||
$this->db->where('BranchCode',$feesDetails['UpdatedBy']);
|
$this->db->where('BranchCode',$feesDetails['UpdatedBy']);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user