From 277b22d4274ada7026e26f677e71e637cae0d2bc Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Wed, 25 Apr 2018 16:33:20 +0530 Subject: [PATCH] branch master changes --- Apollo/api/application/models/Branch_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apollo/api/application/models/Branch_model.php b/Apollo/api/application/models/Branch_model.php index 97976bc7..5fd0c639 100755 --- a/Apollo/api/application/models/Branch_model.php +++ b/Apollo/api/application/models/Branch_model.php @@ -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);