fees status model branch code check
This commit is contained in:
parent
df0e38c070
commit
7c6d8f5b9f
@ -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){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user