From 1dc6649c1cdaa47dc8426cb6679528c9881d38b9 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Wed, 25 Apr 2018 16:33:29 +0530 Subject: [PATCH] branch master changes --- Apollo/api/application/controllers/Branch_Controller.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Apollo/api/application/controllers/Branch_Controller.php b/Apollo/api/application/controllers/Branch_Controller.php index e81191ff..2e51d020 100755 --- a/Apollo/api/application/controllers/Branch_Controller.php +++ b/Apollo/api/application/controllers/Branch_Controller.php @@ -62,6 +62,7 @@ class Branch_Controller extends REST_Controller { $details['CreatedBy'] = $this->post('createdBy'); $details['IsActive'] = $this->post('status') == "true" ? 1 : 0; $details['CreatedOn'] = $now->format('Y-m-d H:i:s'); + $details['FeesReceiptTitle'] = $this->post('feesTitle'); $imageStat = $this->post('imageStatus'); @@ -132,6 +133,7 @@ class Branch_Controller extends REST_Controller { $details['IsActive'] = $this->post('status') == "true" ? 1 : 0; $details['UpdatedBy'] = $this->post('createdBy'); $details['UpdatedOn'] = $now->format("Y-m-d H:i:s"); + $details['FeesReceiptTitle'] = $this->post('feesTitle'); $imageStat = $this->post('imageStatus');