branch master changes

This commit is contained in:
gandhimathi 2018-04-25 16:33:20 +05:30
parent 9502cb40cc
commit 277b22d427

View File

@ -63,7 +63,7 @@ class Branch_model extends CI_Model {
public function getBranch()
{
$this->db->select('BranchCode,BranchName,LogoPath,MobileNumber,AlternateNumber,LandlineNumber,Address,EmailID,CreatedOn,IsActive');
$this->db->select('BranchCode,BranchName,LogoPath,MobileNumber,AlternateNumber,LandlineNumber,Address,EmailID,CreatedOn,IsActive,FeesReceiptTitle as feesTitle');
$this->db->order_by('CreatedOn','DESC');
$branchDetails = $this->db->get(BRANCH);