course details changes done

This commit is contained in:
gandhimathi 2018-01-10 18:03:30 +05:30
parent 54d906b890
commit 4ed157bf8e

View File

@ -238,7 +238,9 @@ class Fees_Status_Controller extends REST_Controller {
$details['CreatedBy'] = $this->post('createdBy');
$details['CreatedOn'] = $now->format('Y-m-d H:i:s');
$updateDetails = $this->Fees_model->setFees($details);// Check if the users data store contains users (in case the database result returns NULL)
$jsonInstallmenData = $this->post('installmentItems');
$updateDetails = $this->Fees_model->setFees($details,$jsonInstallmenData);// Check if the users data store contains users (in case the database result returns NULL)
if ($updateDetails)
{
$updateDetails['status'] = REST_Controller::HTTP_OK;