fees changes

This commit is contained in:
gandhimathi 2018-04-26 17:55:50 +05:30
parent 4f73b2cd0c
commit ab7ff6e6ea

View File

@ -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){