fees status model changes
This commit is contained in:
parent
ca4d8df140
commit
df0e38c070
@ -1860,8 +1860,8 @@ class Fees_status_model extends CI_Model
|
|||||||
$this->db->where('BranchCode',$feesDetails['UpdatedBy']);
|
$this->db->where('BranchCode',$feesDetails['UpdatedBy']);
|
||||||
$this->db->where('StudentID',$feesDetails['StudentID']);
|
$this->db->where('StudentID',$feesDetails['StudentID']);
|
||||||
$this->db->where('CertificationType',$getEndFeesDetails->CertificationID);
|
$this->db->where('CertificationType',$getEndFeesDetails->CertificationID);
|
||||||
$existAnsBookDetails = $this->db->get(CERTIFICATION_STATUS);
|
$existApplicationDetails = $this->db->get(APPLICATION_STATUS);
|
||||||
if($existAnsBookDetails->num_rows()<1) {
|
if($existApplicationDetails->num_rows()<1) {
|
||||||
// insert application details
|
// insert application details
|
||||||
$this->db->insert(APPLICATION_STATUS, $insertDocs);
|
$this->db->insert(APPLICATION_STATUS, $insertDocs);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user