course details changes done

This commit is contained in:
gandhimathi 2018-01-29 15:34:53 +05:30
parent c5bdb749b6
commit a491ed1008

View File

@ -170,7 +170,7 @@ class StatusUpdation_Controller extends REST_Controller {
);
}
$updateAnswerBookletStat = $this->statusupdation_model->update_answerbooklet($data);// Check if the employee exist
$updateAnswerBookletStat = $this->statusupdation_model->update_answerbooklet($data,$reqDetails);// Check if the employee exist
if ($updateAnswerBookletStat)
{
$updateAnswerBookletStat['status'] = REST_Controller::HTTP_OK;
@ -280,7 +280,7 @@ class StatusUpdation_Controller extends REST_Controller {
);
}
$updateApplicationStatus = $this->statusupdation_model->update_applicationStatus($data);// Check if the employee exist
$updateApplicationStatus = $this->statusupdation_model->update_applicationStatus($data,$reqDetails);// Check if the employee exist
if ($updateApplicationStatus)
{
$updateApplicationStatus['status'] = REST_Controller::HTTP_OK;