course details changes done
This commit is contained in:
parent
233ddad5b2
commit
bbf2a6b7c9
@ -140,6 +140,7 @@ class Fees_Status_Controller extends REST_Controller {
|
|||||||
$detailsChild['InternalComments'] = $this->post('internalComments');
|
$detailsChild['InternalComments'] = $this->post('internalComments');
|
||||||
$detailsChild['CreatedBy'] = $this->post('createdBy');
|
$detailsChild['CreatedBy'] = $this->post('createdBy');
|
||||||
$detailsChild['CreatedOn'] = $now->format('Y-m-d H:i:s');
|
$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)
|
$updateDetails = $this->Fees_model->updateFees($detailsChild,$trackDetails);// Check if the users data store contains users (in case the database result returns NULL)
|
||||||
if ($updateDetails)
|
if ($updateDetails)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user