course details changes done
This commit is contained in:
parent
c5bdb749b6
commit
a491ed1008
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user