batchschedule

This commit is contained in:
gayathri1990 2018-09-07 12:51:12 +05:30
parent d4e9fd78a8
commit 3ce1c62bbd
2 changed files with 3 additions and 3 deletions

View File

@ -212,7 +212,7 @@ class HallTickets_Controller extends REST_Controller {
$this->response([
'message' => 'No records found!',
'status' => REST_Controller::HTTP_NOT_FOUND
'status' => REST_Controller::HTTP_NOT_FOUND
], REST_Controller::HTTP_NOT_FOUND);
}
@ -316,7 +316,7 @@ class HallTickets_Controller extends REST_Controller {
$Cdate = new DateTime('now',new DateTimeZone('Asia/Kolkata'));
$CreatedOn = $Cdate->format('Y-m-d H:i:s');
/////////check semcoursemapping////
$data['subjectDetails'] = $this->Hallticket_model->getSubjectDetails($universityID,$tempCourseArray,$branchId);
// $data['subjectDetails'] = $this->Hallticket_model->getSubjectDetails($universityID,$tempCourseArray,$branchId);
$data['subjectDetails'] = $this->Hallticket_model->getExistDetailsfileupload($university,$courseArray,$branchId);
// print_r( $data['subjectDetails']);
if($data['subjectDetails'] == 1 )

View File

@ -374,7 +374,7 @@ $scope.UploadFileData = function (FileDetails,myModel,courseDetails) {
}
};
};
$http(updateUniversityEnrolment).then(function (response) {
console.log(response);