pending doc update changes in call track

This commit is contained in:
gandhimathi 2018-02-27 16:28:48 +05:30
parent 0abb2a3dfe
commit ba801cb43b

View File

@ -348,7 +348,7 @@ class Student_Controller extends REST_Controller {
$date = date('Y-m-d H:i:s');
$reqData['CreatedOn'] = $date;
$addStudentPendingDocDetails = $this->student_model->addStu_PendingDoc_Details($reqData);
$addStudentPendingDocDetails = $this->student_model->addStu_PendingDoc_Details($reqData,$localdata);
if ($addStudentPendingDocDetails)
{