fees status model branch code check

This commit is contained in:
gandhimathi 2018-08-21 12:22:42 +05:30
parent df0e38c070
commit 7c6d8f5b9f

View File

@ -1843,6 +1843,7 @@ class Fees_status_model extends CI_Model
else{
$this->db->select('CertificationID');
$this->db->where('CertificateName',$fetchData[0]->FeesType);
$this->db->where('BranchCode',$feesDetails['UpdatedBy']);
$this->db->where('IsActive','1');
$getEndFeesDetails = $this->db->get(CERTIFICATION_MASTER)->last_row();
if($getEndFeesDetails){