From bbf2a6b7c9e95735c7690206005a7e02891d37e8 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Wed, 27 Dec 2017 15:58:11 +0530 Subject: [PATCH] course details changes done --- Apollo/api/application/controllers/Fees_Status_Controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Apollo/api/application/controllers/Fees_Status_Controller.php b/Apollo/api/application/controllers/Fees_Status_Controller.php index 36875ae5..4f1dd681 100755 --- a/Apollo/api/application/controllers/Fees_Status_Controller.php +++ b/Apollo/api/application/controllers/Fees_Status_Controller.php @@ -140,6 +140,7 @@ class Fees_Status_Controller extends REST_Controller { $detailsChild['InternalComments'] = $this->post('internalComments'); $detailsChild['CreatedBy'] = $this->post('createdBy'); $detailsChild['CreatedOn'] = $now->format('Y-m-d H:i:s'); + $detailsChild['UpdatedBy'] = $this->post('requestedBranch'); $updateDetails = $this->Fees_model->updateFees($detailsChild,$trackDetails);// Check if the users data store contains users (in case the database result returns NULL) if ($updateDetails)