From 87df0902026fb062233632852f1ecefc85b8339b Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 26 Apr 2018 15:40:15 +0530 Subject: [PATCH] certificate master changes --- Apollo/api/application/controllers/Certificate_Controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Apollo/api/application/controllers/Certificate_Controller.php b/Apollo/api/application/controllers/Certificate_Controller.php index 0d923612..3d37a238 100755 --- a/Apollo/api/application/controllers/Certificate_Controller.php +++ b/Apollo/api/application/controllers/Certificate_Controller.php @@ -117,6 +117,7 @@ class Certificate_Controller extends REST_Controller { $details['IsActive'] = $this->post('status'); $details['UpdatedBy'] = $this->post('updatedBy'); $details['UpdatedOn'] = $now->format("Y-m-d H:i:s"); + $details['BranchCode'] = $this->post('reqBrach'); $certificateDetails = $this->certificate_model->update($details,$updateID);// Check if the users data store contains users (in case the database result returns NULL) if ($certificateDetails)