fees changes
This commit is contained in:
parent
4f73b2cd0c
commit
ab7ff6e6ea
@ -1191,6 +1191,7 @@ class Fees_status_model extends CI_Model
|
||||
$this->db->select('ID,TypeID');
|
||||
$this->db->where('TypeID', 'I002');
|
||||
$this->db->where('TypeName', 'FEES');
|
||||
$this->db->where('BranchCode',$data['UpdatedBy']);
|
||||
$getIncome=$this->db->get(INCOMEOUTCOMEMASTER)->last_row();
|
||||
|
||||
if($getIncome){
|
||||
@ -1221,6 +1222,7 @@ class Fees_status_model extends CI_Model
|
||||
$this->db->select('ID,TypeID');
|
||||
$this->db->where('TypeID', 'I001');
|
||||
$this->db->where('TypeName', 'FEES');
|
||||
$this->db->where('BranchCode',$data['UpdatedBy']);
|
||||
$getOutcome=$this->db->get(INCOMEOUTCOMEMASTER)->last_row();
|
||||
|
||||
if($getOutcome){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user